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

What is Unicode character 𢶧?

The Unicode character 𢶧 U+22DA7 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+22DA7.

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!