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

What is Unicode character 𢳟?

The Unicode character 𢳟 U+22CDF 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+22CDF.

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!