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

What is Unicode character 𨈡?

The Unicode character 𨈡 U+28221 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+28221.

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!