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

What is Unicode character 𡟾?

The Unicode character 𡟾 U+217FE 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+217FE.

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!