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

What is Unicode character 𦙢?

The Unicode character 𦙢 U+26662 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+26662.

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!