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

What is Unicode character 𬆟?

The Unicode character 𬆟 U+2C19F 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+2C19F.

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!