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

What is Unicode character 𦷈?

The Unicode character 𦷈 U+26DC8 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+26DC8.

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!