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

What is Unicode character 𨺣?

The Unicode character 𨺣 U+28EA3 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+28EA3.

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!