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

What is Unicode character 𦺟?

The Unicode character 𦺟 U+26E9F 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+26E9F.

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!