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

What is Unicode character 𧅦?

The Unicode character 𧅦 U+27166 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+27166.

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!