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

What is Unicode character 𢫁?

The Unicode character 𢫁 U+22AC1 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+22AC1.

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!