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

What is Unicode character 𦹤?

The Unicode character 𦹤 U+26E64 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+26E64.

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!