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

What is Unicode character 𬀍?

The Unicode character 𬀍 U+2C00D 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+2C00D.

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!