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

What is Unicode character 𬙌?

The Unicode character 𬙌 U+2C64C 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+2C64C.

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!