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

What is Unicode character 𧹦?

The Unicode character 𧹦 U+27E66 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+27E66.

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!