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

What is Unicode character 𬙊?

The Unicode character 𬙊 U+2C64A 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+2C64A.

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!