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

What is Unicode character 𧍯?

The Unicode character 𧍯 U+2736F 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+2736F.

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!