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

What is Unicode character 𧹼?

The Unicode character 𧹼 U+27E7C 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+27E7C.

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!