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

What is Unicode character 𢹣?

The Unicode character 𢹣 U+22E63 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+22E63.

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!