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

What is Unicode character 𢕡?

The Unicode character 𢕡 U+22561 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+22561.

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!