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

What is Unicode character 𧺺?

The Unicode character 𧺺 U+27EBA 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+27EBA.

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!