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

What is Unicode character 𫝢?

The Unicode character 𫝢 U+2B762 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B762.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!