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

What is Unicode character 𦺰?

The Unicode character 𦺰 U+26EB0 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+26EB0.

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!