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

What is Unicode character 𡟕?

The Unicode character 𡟕 U+217D5 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+217D5.

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!