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

What is Unicode character 𢭣?

The Unicode character 𢭣 U+22B63 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+22B63.

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!