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

What is Unicode character 𨵘?

The Unicode character 𨵘 U+28D58 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+28D58.

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!