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

What is Unicode character 𧹗?

The Unicode character 𧹗 U+27E57 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+27E57.

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!