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

What is Unicode character 𡟵?

The Unicode character 𡟵 U+217F5 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+217F5.

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!