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

What is Unicode character 𢶫?

The Unicode character 𢶫 U+22DAB 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+22DAB.

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!