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

What is Unicode character 𦹆?

The Unicode character 𦹆 U+26E46 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+26E46.

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!