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

What is Unicode character 𨡎?

The Unicode character 𨡎 U+2884E 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+2884E.

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!