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

What is Unicode character 𧍬?

The Unicode character 𧍬 U+2736C 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+2736C.

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!