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

What is Unicode character 𦹡?

The Unicode character 𦹡 U+26E61 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+26E61.

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!