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

What is Unicode character 𡟯?

The Unicode character 𡟯 U+217EF 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+217EF.

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!