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

What is Unicode character 𢨪?

The Unicode character 𢨪 U+22A2A 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+22A2A.

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!