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

What is Unicode character 𨺺?

The Unicode character 𨺺 U+28EBA 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+28EBA.

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!