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

What is Unicode character 𢨺?

The Unicode character 𢨺 U+22A3A 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+22A3A.

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!