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

What is Unicode character 𬇶?

The Unicode character 𬇶 U+2C1F6 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+2C1F6.

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!