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

What is Unicode character 𬙍?

The Unicode character 𬙍 U+2C64D 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+2C64D.

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!