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

What is Unicode character 𦨆?

The Unicode character 𦨆 U+26A06 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+26A06.

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!