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

What is Unicode character 𬝀?

The Unicode character 𬝀 U+2C740 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C740.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!