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

What is Unicode character 𬙏?

The Unicode character 𬙏 U+2C64F 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+2C64F.

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!