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>&#165979;</p>
📋
CSS .selector { content: '\2885B' };
📋
JS var unicodeA = '\u2885B ';
📋
CPP char unicodeA = ' \u2885B ';
📋
Java char unicodeA = '\u2885B';
📋
Python unicodeA = '\u2885B'
📋

What is Unicode character 𨡛?

The Unicode character 𨡛 U+2885B 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+2885B.

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!