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

What is Unicode character 𦘰?

The Unicode character 𦘰 U+26630 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+26630.

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!