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

What is Unicode character 𦱚?

The Unicode character 𦱚 U+26C5A 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+26C5A.

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!