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

What is Unicode character 𨠃?

The Unicode character 𨠃 U+28803 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+28803.

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!