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

What is Unicode character 𢶡?

The Unicode character 𢶡 U+22DA1 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+22DA1.

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!