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

What is Unicode character 𫇟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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