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

What is Unicode character 𮐹?

The Unicode character 𮐹 U+2E439 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+2E439.

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!