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

What is Unicode character 𮍀?

The Unicode character 𮍀 U+2E340 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+2E340.

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!