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>&#142222;</p>
📋
CSS .selector { content: '\22B8E' };
📋
JS var unicodeA = '\u22B8E ';
📋
CPP char unicodeA = ' \u22B8E ';
📋
Java char unicodeA = '\u22B8E';
📋
Python unicodeA = '\u22B8E'
📋

What is Unicode character 𢮎?

The Unicode character 𢮎 U+22B8E 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+22B8E.

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!