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>&#189996;</p>
📋
CSS .selector { content: '\2E62C' };
📋
JS var unicodeA = '\u2E62C ';
📋
CPP char unicodeA = ' \u2E62C ';
📋
Java char unicodeA = '\u2E62C';
📋
Python unicodeA = '\u2E62C'
📋

What is Unicode character 𮘬?

The Unicode character 𮘬 U+2E62C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮘬 represent?

The Unicode character 𮘬 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮘬?

The Unicode code point for 𮘬 is U+2E62C.

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 Cjk Unified Ideograph- 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 Han 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 CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!