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

What is Unicode character 𡟷?

The Unicode character 𡟷 U+217F7 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+217F7.

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!