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

What is Unicode character 𨡫?

The Unicode character 𨡫 U+2886B 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+2886B.

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!