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

What is Unicode character 𦭺?

The Unicode character 𦭺 U+26B7A 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+26B7A.

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!