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

What is Unicode character 𬇕?

The Unicode character 𬇕 U+2C1D5 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+2C1D5.

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!