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

What is Unicode character 𦩎?

The Unicode character 𦩎 U+26A4E 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+26A4E.

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!