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

What is Unicode character 𮂟?

The Unicode character 𮂟 U+2E09F 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+2E09F.

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!