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

What is Unicode character 𦪭?

The Unicode character 𦪭 U+26AAD 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+26AAD.

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!