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

What is Unicode character 𨡭?

The Unicode character 𨡭 U+2886D 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+2886D.

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!