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

What is Unicode character 𦶡?

The Unicode character 𦶡 U+26DA1 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+26DA1.

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!