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

What is Unicode character 𦀰?

The Unicode character 𦀰 U+26030 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+26030.

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!