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

What is Unicode character 𢪌?

The Unicode character 𢪌 U+22A8C 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+22A8C.

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!