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>&#174211;</p>
📋
CSS .selector { content: '\2A883' };
📋
JS var unicodeA = '\u2A883 ';
📋
CPP char unicodeA = ' \u2A883 ';
📋
Java char unicodeA = '\u2A883';
📋
Python unicodeA = '\u2A883'
📋

What is Unicode character 𪢃?

The Unicode character 𪢃 U+2A883 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A883.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!