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

What is Unicode character 𧝳?

The Unicode character 𧝳 U+27773 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+27773.

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!