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

What is Unicode character 𨕘?

The Unicode character 𨕘 U+28558 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+28558.

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!