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

What is Unicode character 𦺹?

The Unicode character 𦺹 U+26EB9 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+26EB9.

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!