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

What is Unicode character 𢚁?

The Unicode character 𢚁 U+22681 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+22681.

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!