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

What is Unicode character 𡝀?

The Unicode character 𡝀 U+21740 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+21740.

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!