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

What is Unicode character 𬛟?

The Unicode character 𬛟 U+2C6DF 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+2C6DF.

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!