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

What is Unicode character 𦶰?

The Unicode character 𦶰 U+26DB0 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+26DB0.

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!