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

What is Unicode character 𦌌?

The Unicode character 𦌌 U+2630C 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+2630C.

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!