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

What is Unicode character 𧎊?

The Unicode character 𧎊 U+2738A 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+2738A.

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!