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

What is Unicode character 𢬊?

The Unicode character 𢬊 U+22B0A 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+22B0A.

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!