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

What is Unicode character 𨹾?

The Unicode character 𨹾 U+28E7E 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+28E7E.

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!