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

What is Unicode character 𨰡?

The Unicode character 𨰡 U+28C21 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+28C21.

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!