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

What is Unicode character 𦫢?

The Unicode character 𦫢 U+26AE2 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+26AE2.

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!