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

What is Unicode character 𦶵?

The Unicode character 𦶵 U+26DB5 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+26DB5.

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!