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

What is Unicode character 𨪡?

The Unicode character 𨪡 U+28AA1 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+28AA1.

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!