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

What is Unicode character 𦵚?

The Unicode character 𦵚 U+26D5A 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+26D5A.

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!