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

What is Unicode character 𦀦?

The Unicode character 𦀦 U+26026 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+26026.

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!