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

What is Unicode character 𦹟?

The Unicode character 𦹟 U+26E5F 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+26E5F.

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!