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

What is Unicode character 𡟺?

The Unicode character 𡟺 U+217FA 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+217FA.

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!