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

What is Unicode character 𧹺?

The Unicode character 𧹺 U+27E7A 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+27E7A.

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!