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>&#136927;</p>
📋
CSS .selector { content: '\216DF' };
📋
JS var unicodeA = '\u216DF ';
📋
CPP char unicodeA = ' \u216DF ';
📋
Java char unicodeA = '\u216DF';
📋
Python unicodeA = '\u216DF'
📋

What is Unicode character 𡛟?

The Unicode character 𡛟 U+216DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+216DF.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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