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

What is Unicode character 𮨼?

The Unicode character 𮨼 U+2EA3C 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+2EA3C.

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!