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

What is Unicode character 𢳖?

The Unicode character 𢳖 U+22CD6 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+22CD6.

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!