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

What is Unicode character 𡟿?

The Unicode character 𡟿 U+217FF 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+217FF.

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!