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

What is Unicode character 𡟲?

The Unicode character 𡟲 U+217F2 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+217F2.

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!