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

What is Unicode character 𧌍?

The Unicode character 𧌍 U+2730D 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+2730D.

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!