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

What is Unicode character 𮍖?

The Unicode character 𮍖 U+2E356 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+2E356.

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!