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

What is Unicode character 𡟮?

The Unicode character 𡟮 U+217EE 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+217EE.

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!