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

What is Unicode character 𦪬?

The Unicode character 𦪬 U+26AAC 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+26AAC.

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!