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

What is Unicode character 𢷁?

The Unicode character 𢷁 U+22DC1 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+22DC1.

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!