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

What is Unicode character 𦹅?

The Unicode character 𦹅 U+26E45 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+26E45.

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!