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

What is Unicode character 𡕬?

The Unicode character 𡕬 U+2156C 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+2156C.

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!