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

What is Unicode character 𧎎?

The Unicode character 𧎎 U+2738E 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+2738E.

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!