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

What is Unicode character 𦹔?

The Unicode character 𦹔 U+26E54 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+26E54.

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!