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

What is Unicode character 𨺦?

The Unicode character 𨺦 U+28EA6 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+28EA6.

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!