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

What is Unicode character 𮍣?

The Unicode character 𮍣 U+2E363 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+2E363.

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!