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

What is Unicode character 𨨡?

The Unicode character 𨨡 U+28A21 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+28A21.

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!