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

What is Unicode character 𦶨?

The Unicode character 𦶨 U+26DA8 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+26DA8.

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!