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

What is Unicode character 𪃎?

The Unicode character 𪃎 U+2A0CE 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+2A0CE.

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!