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

What is Unicode character 𨡏?

The Unicode character 𨡏 U+2884F 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+2884F.

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!