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

What is Unicode character 𨡊?

The Unicode character 𨡊 U+2884A 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+2884A.

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!