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

What is Unicode character 𬟀?

The Unicode character 𬟀 U+2C7C0 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+2C7C0.

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!