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

What is Unicode character 𨘢?

The Unicode character 𨘢 U+28622 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+28622.

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!