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

What is Unicode character 𮍹?

The Unicode character 𮍹 U+2E379 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+2E379.

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!