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

What is Unicode character 𨝀?

The Unicode character 𨝀 U+28740 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+28740.

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!