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

What is Unicode character 𧎏?

The Unicode character 𧎏 U+2738F 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+2738F.

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!