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

What is Unicode character 𦶊?

The Unicode character 𦶊 U+26D8A 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+26D8A.

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!