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

What is Unicode character 𨹀?

The Unicode character 𨹀 U+28E40 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+28E40.

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!