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

What is Unicode character 𢶶?

The Unicode character 𢶶 U+22DB6 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+22DB6.

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!