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

What is Unicode character 𦺵?

The Unicode character 𦺵 U+26EB5 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+26EB5.

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!