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

What is Unicode character 𢸊?

The Unicode character 𢸊 U+22E0A 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+22E0A.

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!