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

What is Unicode character 𢵜?

The Unicode character 𢵜 U+22D5C 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+22D5C.

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!