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

What is Unicode character 𦺶?

The Unicode character 𦺶 U+26EB6 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+26EB6.

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!