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>&#177004;</p>
📋
CSS .selector { content: '\2B36C' };
📋
JS var unicodeA = '\u2B36C ';
📋
CPP char unicodeA = ' \u2B36C ';
📋
Java char unicodeA = '\u2B36C';
📋
Python unicodeA = '\u2B36C'
📋

What is Unicode character 𫍬?

The Unicode character 𫍬 U+2B36C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B36C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!