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

What is Unicode character 𨹞?

The Unicode character 𨹞 U+28E5E 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+28E5E.

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!