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

What is Unicode character 𨡌?

The Unicode character 𨡌 U+2884C 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+2884C.

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!