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

What is Unicode character 𢰜?

The Unicode character 𢰜 U+22C1C 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+22C1C.

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!