Technical information

Symbol
NameSmall dollar sign
Unicode numberU+FE69
CategoryPresently Currency Symbols
DescriptionThe Unicode character ﹩, or U+FE69, is known as the "Small Dollar Sign". It belongs to the "Small Form Variants" block and is categorized as a "Symbol, Currency" in the Unicode standard. This character is a small, reduced-size version of the regular dollar sign ($). It is commonly used in a variety of contexts, such as in tables or lists where space is limited, or in mathematical formulas and computing code where a smaller version of the dollar sign may be needed for syntactical reasons or to maintain proper visual alignment.

Encoding

HTML Entity﹩
HTML Entity (hex)﹩
URL Escape Code%EF%B9%A9
UTF-8 (hex)0xEF 0xB9 0xA9
UTF-8 (binary)11101111:10111001:10101001
UTF-160xFE69
UTF-320x0000FE69

Source Code

C, C++, and Java"\uFE69"
CSS Code\FE69
JavaScript"\uFE69"
Perl\x{FE69}
Python 2u"\uFE69"
Python 3\uFE69
Ruby\u{FE69}

Preview

This Unicode character looks like this ﹩ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#65129;</span>

            
span {
    content: "\FE69";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References