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

What is Unicode character 𦌊?

The Unicode character 𦌊 U+2630A 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+2630A.

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!