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

What is Unicode character 𢷖?

The Unicode character 𢷖 U+22DD6 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+22DD6.

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!