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

What is Unicode character 𡟧?

The Unicode character 𡟧 U+217E7 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+217E7.

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!