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

What is Unicode character 𧝡?

The Unicode character 𧝡 U+27761 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+27761.

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!