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

What is Unicode character 𨈃?

The Unicode character 𨈃 U+28203 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+28203.

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!