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

What is Unicode character 𬛝?

The Unicode character 𬛝 U+2C6DD 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+2C6DD.

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!