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

What is Unicode character 𢶭?

The Unicode character 𢶭 U+22DAD 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+22DAD.

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!