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

What is Unicode character 𧺎?

The Unicode character 𧺎 U+27E8E 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+27E8E.

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!