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

What is Unicode character 𦶎?

The Unicode character 𦶎 U+26D8E 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+26D8E.

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!