Css Styling

Size
๐Ÿง
15px
๐Ÿง
18px
๐Ÿง
21px
๐Ÿง
24px
๐Ÿง
27px
๐Ÿง
30px
๐Ÿง
33px
๐Ÿง
36px
๐Ÿง
42px
๐Ÿง
48px
๐Ÿง
54px
๐Ÿง
60px
๐Ÿง
66px
๐Ÿง
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
๐Ÿง
Bold
๐Ÿง
Italic
๐Ÿง
Underline
๐Ÿง
Strikethrough
๐Ÿง
UpperCase
๐Ÿง
LowerCase
๐Ÿง
Oblique
A ๐Ÿง
Subscript
A ๐Ÿง
Superscript
๐Ÿง
Shadow
💡: Some CSS style classes wonโ€™t work with some Unicode characters.
Font Family
๐Ÿง
Arial
๐Ÿง
Times New Roman
๐Ÿง
Verdana
๐Ÿง
Courier New
๐Ÿง
Garamond
๐Ÿง
Georgia
๐Ÿง
Trebuchet MS
๐Ÿง
Tahoma
๐Ÿง
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
๐Ÿง
White
๐Ÿง
Brown
๐Ÿง
Maroon
๐Ÿง
Magenta
๐Ÿง
Red
๐Ÿง
Orange
๐Ÿง
Yellow
๐Ÿง
Green
๐Ÿง
Teal
๐Ÿง
Cyan
๐Ÿง
Blue
๐Ÿง
Violet
๐Ÿง
Purple
๐Ÿง
Indigo
๐Ÿง
Gray
๐Ÿง
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
๐Ÿง
White
๐Ÿง
Brown
๐Ÿง
Maroon
๐Ÿง
Magenta
๐Ÿง
Red
๐Ÿง
Orange
๐Ÿง
Yellow
๐Ÿง
Green
๐Ÿง
Teal
๐Ÿง
Cyan
๐Ÿง
Blue
๐Ÿง
Violet
๐Ÿง
Purple
๐Ÿง
Indigo
๐Ÿง
Gray
๐Ÿง
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#129488;</p>
๐Ÿ“‹
CSS .selector { content: '\1F9D0' };
๐Ÿ“‹
JS var unicodeA = '\u1F9D0 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F9D0 ';
๐Ÿ“‹
Java char unicodeA = '\u1F9D0';
๐Ÿ“‹
Python unicodeA = '\u1F9D0'
๐Ÿ“‹

What is Unicode character ๐Ÿง?

The Unicode character ๐Ÿง U+1F9D0 is Face With Monocle in the Supplemental Symbols and Pictographs block.

What does the Unicode character ๐Ÿง represent?

The Unicode character ๐Ÿง represents Face With Monocle.

What is the Unicode code point for ๐Ÿง?

The Unicode code point for ๐Ÿง is U+1F9D0.

Is the appearance of the ๐Ÿง character consistent across all platforms?

The appearance of the ๐Ÿง character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Face With Monocle remains consistent.

How can I ensure the ๐Ÿง character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Common script to correctly render the ๐Ÿง character.

In which version was Unicode character ๐Ÿง released, and to which block of characters does it belong?

Unicode character ๐Ÿง was first introduced in Unicode Version 10.0, and it belongs to the Supplemental Symbols and Pictographs block of characters.

Unicode Properties

Applicable Properties

Emoji โœ…

Applicable Properties With Values

Age 10.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Supplemental Symbols and Pictographs
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!