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

What is Unicode character 𢾁?

The Unicode character 𢾁 U+22F81 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+22F81.

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!