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

What is Unicode character 𢖁?

The Unicode character 𢖁 U+22581 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+22581.

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!