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

What is Unicode character 𡟫?

The Unicode character 𡟫 U+217EB 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+217EB.

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!