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

What is Unicode character 𬚍?

The Unicode character 𬚍 U+2C68D 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+2C68D.

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!