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>&#191410;</p>
📋
CSS .selector { content: '\2EBB2' };
📋
JS var unicodeA = '\u2EBB2 ';
📋
CPP char unicodeA = ' \u2EBB2 ';
📋
Java char unicodeA = '\u2EBB2';
📋
Python unicodeA = '\u2EBB2'
📋

What is Unicode character 𮮲?

The Unicode character 𮮲 U+2EBB2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2EBB2.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!