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

What is Unicode character 𦶍?

The Unicode character 𦶍 U+26D8D 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+26D8D.

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!