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

What is Unicode character 𡙬?

The Unicode character 𡙬 U+2166C 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+2166C.

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!