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

What is Unicode character 𦰦?

The Unicode character 𦰦 U+26C26 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+26C26.

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!