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>&#160653;</p>
📋
CSS .selector { content: '\2738D' };
📋
JS var unicodeA = '\u2738D ';
📋
CPP char unicodeA = ' \u2738D ';
📋
Java char unicodeA = '\u2738D';
📋
Python unicodeA = '\u2738D'
📋

What is Unicode character 𧎍?

The Unicode character 𧎍 U+2738D 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+2738D.

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!