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

What is Unicode character 𧝦?

The Unicode character 𧝦 U+27766 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+27766.

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!