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

What is Unicode character 𨈀?

The Unicode character 𨈀 U+28200 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+28200.

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!