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

What is Unicode character 𧝢?

The Unicode character 𧝢 U+27762 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+27762.

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!