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

What is Unicode character 𢶺?

The Unicode character 𢶺 U+22DBA 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+22DBA.

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!