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

What is Unicode character 𦌎?

The Unicode character 𦌎 U+2630E 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+2630E.

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!