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

What is Unicode character 𡟢?

The Unicode character 𡟢 U+217E2 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+217E2.

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!