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

What is Unicode character 𮍁?

The Unicode character 𮍁 U+2E341 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+2E341.

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!