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

What is Unicode character 𦷨?

The Unicode character 𦷨 U+26DE8 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+26DE8.

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!