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

What is Unicode character 𢰊?

The Unicode character 𢰊 U+22C0A 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+22C0A.

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!