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

What is Unicode character 𦹓?

The Unicode character 𦹓 U+26E53 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+26E53.

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!