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

What is Unicode character 𧺬?

The Unicode character 𧺬 U+27EAC 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+27EAC.

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!