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

What is Unicode character 𫃟?

The Unicode character 𫃟 U+2B0DF 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+2B0DF.

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!