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

What is Unicode character 𬇔?

The Unicode character 𬇔 U+2C1D4 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+2C1D4.

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!