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

What is Unicode character 𢨜?

The Unicode character 𢨜 U+22A1C 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+22A1C.

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!