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

What is Unicode character 𦫦?

The Unicode character 𦫦 U+26AE6 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+26AE6.

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!