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>&#137166;</p>
📋
CSS .selector { content: '\217CE' };
📋
JS var unicodeA = '\u217CE ';
📋
CPP char unicodeA = ' \u217CE ';
📋
Java char unicodeA = '\u217CE';
📋
Python unicodeA = '\u217CE'
📋

What is Unicode character 𡟎?

The Unicode character 𡟎 U+217CE 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+217CE.

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!