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

What is Unicode character 𫟎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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