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

What is Unicode character 𢨼?

The Unicode character 𢨼 U+22A3C 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+22A3C.

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!