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

What is Unicode character 𮍃?

The Unicode character 𮍃 U+2E343 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+2E343.

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!