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

What is Unicode character 𦹱?

The Unicode character 𦹱 U+26E71 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+26E71.

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!