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

What is Unicode character 𦫬?

The Unicode character 𦫬 U+26AEC 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+26AEC.

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!