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

What is Unicode character 𦁢?

The Unicode character 𦁢 U+26062 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+26062.

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!