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

What is Unicode character 𢷦?

The Unicode character 𢷦 U+22DE6 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+22DE6.

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!