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

What is Unicode character 𦹑?

The Unicode character 𦹑 U+26E51 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+26E51.

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!