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

What is Unicode character 𨹚?

The Unicode character 𨹚 U+28E5A 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+28E5A.

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!