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

What is Unicode character 𧙦?

The Unicode character 𧙦 U+27666 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+27666.

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!