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

What is Unicode character 𨹗?

The Unicode character 𨹗 U+28E57 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+28E57.

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!