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

What is Unicode character 𡟗?

The Unicode character 𡟗 U+217D7 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+217D7.

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!