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

What is Unicode character 𮍝?

The Unicode character 𮍝 U+2E35D 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+2E35D.

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!