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

What is Unicode character 𢦁?

The Unicode character 𢦁 U+22981 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+22981.

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!