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

What is Unicode character 𮍐?

The Unicode character 𮍐 U+2E350 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+2E350.

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!