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

What is Unicode character 𪃍?

The Unicode character 𪃍 U+2A0CD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A0CD.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!