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

What is Unicode character 𡟒?

The Unicode character 𡟒 U+217D2 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+217D2.

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!