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

What is Unicode character 𮍍?

The Unicode character 𮍍 U+2E34D 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+2E34D.

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!