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

What is Unicode character 𬙯?

The Unicode character 𬙯 U+2C66F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C66F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!