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

What is Unicode character 𢪣?

The Unicode character 𢪣 U+22AA3 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+22AA3.

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!