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

What is Unicode character 𢨊?

The Unicode character 𢨊 U+22A0A 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+22A0A.

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!