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

What is Unicode character 𮬢?

The Unicode character 𮬢 U+2EB22 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+2EB22.

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!