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>&#164410;</p>
📋
CSS .selector { content: '\2823A' };
📋
JS var unicodeA = '\u2823A ';
📋
CPP char unicodeA = ' \u2823A ';
📋
Java char unicodeA = '\u2823A';
📋
Python unicodeA = '\u2823A'
📋

What is Unicode character 𨈺?

The Unicode character 𨈺 U+2823A 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+2823A.

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!