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

What is Unicode character 𦶺?

The Unicode character 𦶺 U+26DBA 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+26DBA.

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!