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

What is Unicode character 𪟎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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