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

What is Unicode character 𮈹?

The Unicode character 𮈹 U+2E239 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+2E239.

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!