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

What is Unicode character 𧵦?

The Unicode character 𧵦 U+27D66 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+27D66.

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!