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

What is Unicode character 𨺃?

The Unicode character 𨺃 U+28E83 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+28E83.

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!