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

What is Unicode character 𭛟?

The Unicode character 𭛟 U+2D6DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D6DF.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!