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

What is Unicode character 𧹣?

The Unicode character 𧹣 U+27E63 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+27E63.

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!