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

What is Unicode character 𦨞?

The Unicode character 𦨞 U+26A1E 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+26A1E.

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!