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

What is Unicode character 𬇀?

The Unicode character 𬇀 U+2C1C0 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+2C1C0.

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!