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

What is Unicode character 𬙎?

The Unicode character 𬙎 U+2C64E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C64E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!