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

What is Unicode character 𭝀?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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