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

What is Unicode character 𦶢?

The Unicode character 𦶢 U+26DA2 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+26DA2.

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!