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

What is Unicode character 𦅬?

The Unicode character 𦅬 U+2616C 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+2616C.

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!