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

What is Unicode character 𢩣?

The Unicode character 𢩣 U+22A63 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+22A63.

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!