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

What is Unicode character 𢺊?

The Unicode character 𢺊 U+22E8A 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+22E8A.

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!