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

What is Unicode character 𢶨?

The Unicode character 𢶨 U+22DA8 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+22DA8.

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!