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

What is Unicode character 𦴺?

The Unicode character 𦴺 U+26D3A 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+26D3A.

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!