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

What is Unicode character 𡹣?

The Unicode character 𡹣 U+21E63 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+21E63.

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!