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

What is Unicode character 𡟨?

The Unicode character 𡟨 U+217E8 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+217E8.

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!