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

What is Unicode character 𨡍?

The Unicode character 𨡍 U+2884D 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+2884D.

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!