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

What is Unicode character 𦪨?

The Unicode character 𦪨 U+26AA8 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+26AA8.

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!