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

What is Unicode character 𡟘?

The Unicode character 𡟘 U+217D8 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+217D8.

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!