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

What is Unicode character 𨴡?

The Unicode character 𨴡 U+28D21 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+28D21.

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!