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

What is Unicode character 𨵚?

The Unicode character 𨵚 U+28D5A 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+28D5A.

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!