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

What is Unicode character 𧺨?

The Unicode character 𧺨 U+27EA8 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+27EA8.

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!