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

What is Unicode character 𧹾?

The Unicode character 𧹾 U+27E7E 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+27E7E.

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!