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

What is Unicode character 𧹲?

The Unicode character 𧹲 U+27E72 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+27E72.

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!