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

What is Unicode character 𬯟?

The Unicode character 𬯟 U+2CBDF 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+2CBDF.

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!