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

What is Unicode character 𢴊?

The Unicode character 𢴊 U+22D0A 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+22D0A.

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!