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

What is Unicode character 𧌎?

The Unicode character 𧌎 U+2730E 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+2730E.

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!