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

What is Unicode character 𡟸?

The Unicode character 𡟸 U+217F8 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+217F8.

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!