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

What is Unicode character 𡡬?

The Unicode character 𡡬 U+2186C 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+2186C.

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!