Technical information

Symbol
NameFullwidth cent sign
Unicode numberU+FFE0
CategoryPresently Currency Symbols
DescriptionThe Unicode character ¢, or U+FFE0, is known as the "Fullwidth Cent Sign". It belongs to the "Halfwidth and Fullwidth Forms" block and falls under the "Symbol, Currency" category in the Unicode standard. This character is a graphic representation of the cent sign, commonly used in various currencies to represent one hundredth of the main unit of currency. This fullwidth version is typically used in contexts where fullwidth characters are preferred, such as in certain types of East Asian typography. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entity¢
HTML Entity (hex)¢
URL Escape Code%EF%BF%A0
UTF-8 (hex)0xEF 0xBF 0xA0
UTF-8 (binary)11101111:10111111:10100000
UTF-160xFFE0
UTF-320x0000FFE0

Source Code

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

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>&#65504;</span>

            
span {
    content: "\FFE0";
}

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