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>&#164396;</p>
📋
CSS .selector { content: '\2822C' };
📋
JS var unicodeA = '\u2822C ';
📋
CPP char unicodeA = ' \u2822C ';
📋
Java char unicodeA = '\u2822C';
📋
Python unicodeA = '\u2822C'
📋

What is Unicode character 𨈬?

The Unicode character 𨈬 U+2822C 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+2822C.

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!