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

What is Unicode character 𦨮?

The Unicode character 𦨮 U+26A2E 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+26A2E.

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!