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

What is Unicode character 𭙬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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