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>&#166434;</p>
📋
CSS .selector { content: '\28A22' };
📋
JS var unicodeA = '\u28A22 ';
📋
CPP char unicodeA = ' \u28A22 ';
📋
Java char unicodeA = '\u28A22';
📋
Python unicodeA = '\u28A22'
📋

What is Unicode character 𨨢?

The Unicode character 𨨢 U+28A22 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+28A22.

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!