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

What is Unicode character 𨹷?

The Unicode character 𨹷 U+28E77 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+28E77.

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!