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

What is Unicode character 𧹓?

The Unicode character 𧹓 U+27E53 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+27E53.

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!