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

What is Unicode character 𬇹?

The Unicode character 𬇹 U+2C1F9 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+2C1F9.

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!