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

What is Unicode character 𨡀?

The Unicode character 𨡀 U+28840 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+28840.

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!