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>&#163490;</p>
📋
CSS .selector { content: '\27EA2' };
📋
JS var unicodeA = '\u27EA2 ';
📋
CPP char unicodeA = ' \u27EA2 ';
📋
Java char unicodeA = '\u27EA2';
📋
Python unicodeA = '\u27EA2'
📋

What is Unicode character 𧺢?

The Unicode character 𧺢 U+27EA2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27EA2.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!