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

What is Unicode character 𭟎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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