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

What is Unicode character 𨹺?

The Unicode character 𨹺 U+28E7A 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+28E7A.

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!