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

What is Unicode character 𬇖?

The Unicode character 𬇖 U+2C1D6 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+2C1D6.

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!