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

What is Unicode character 𨈅?

The Unicode character 𨈅 U+28205 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+28205.

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!