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

What is Unicode character 𢶦?

The Unicode character 𢶦 U+22DA6 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+22DA6.

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!