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

What is Unicode character 𦮎?

The Unicode character 𦮎 U+26B8E 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+26B8E.

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!