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

What is Unicode character 𮍕?

The Unicode character 𮍕 U+2E355 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+2E355.

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!