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

What is Unicode character 𦌏?

The Unicode character 𦌏 U+2630F 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+2630F.

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!