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

What is Unicode character 𦪦?

The Unicode character 𦪦 U+26AA6 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+26AA6.

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!