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

What is Unicode character 𦵢?

The Unicode character 𦵢 U+26D62 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+26D62.

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!