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

What is Unicode character 𦨦?

The Unicode character 𦨦 U+26A26 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+26A26.

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!