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

What is Unicode character 𦴚?

The Unicode character 𦴚 U+26D1A 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+26D1A.

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!