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

What is Unicode character 𬟎?

The Unicode character 𬟎 U+2C7CE 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+2C7CE.

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!