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

What is Unicode character 𢶼?

The Unicode character 𢶼 U+22DBC 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+22DBC.

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!