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

What is Unicode character 𢕣?

The Unicode character 𢕣 U+22563 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+22563.

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!