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

What is Unicode character 𦹪?

The Unicode character 𦹪 U+26E6A 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+26E6A.

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!