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

What is Unicode character 𦨰?

The Unicode character 𦨰 U+26A30 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+26A30.

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!