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

What is Unicode character 𦝢?

The Unicode character 𦝢 U+26762 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+26762.

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!