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

What is Unicode character 𨦃?

The Unicode character 𨦃 U+28983 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+28983.

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!