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

What is Unicode character 𮍡?

The Unicode character 𮍡 U+2E361 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+2E361.

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!