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

What is Unicode character 𦶶?

The Unicode character 𦶶 U+26DB6 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+26DB6.

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!