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

What is Unicode character 𨢃?

The Unicode character 𨢃 U+28883 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+28883.

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!