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

What is Unicode character 𨺡?

The Unicode character 𨺡 U+28EA1 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+28EA1.

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!