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

What is Unicode character 𦬰?

The Unicode character 𦬰 U+26B30 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+26B30.

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!