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

What is Unicode character 𨹘?

The Unicode character 𨹘 U+28E58 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+28E58.

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!