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

What is Unicode character 𢳝?

The Unicode character 𢳝 U+22CDD 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+22CDD.

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!