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

What is Unicode character 𢼁?

The Unicode character 𢼁 U+22F01 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+22F01.

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!