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>&#170092;</p>
📋
CSS .selector { content: '\2986C' };
📋
JS var unicodeA = '\u2986C ';
📋
CPP char unicodeA = ' \u2986C ';
📋
Java char unicodeA = '\u2986C';
📋
Python unicodeA = '\u2986C'
📋

What is Unicode character 𩡬?

The Unicode character 𩡬 U+2986C 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+2986C.

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!