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

What is Unicode character 𧹢?

The Unicode character 𧹢 U+27E62 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+27E62.

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!