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

What is Unicode character 𦁬?

The Unicode character 𦁬 U+2606C 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+2606C.

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!