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

What is Unicode character 𦌍?

The Unicode character 𦌍 U+2630D 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+2630D.

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!