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

What is Unicode character 𬘝?

The Unicode character 𬘝 U+2C61D 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+2C61D.

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!