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

What is Unicode character 𦍬?

The Unicode character 𦍬 U+2636C 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+2636C.

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!