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

What is Unicode character 𮍟?

The Unicode character 𮍟 U+2E35F 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+2E35F.

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!