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

What is Unicode character 𬯕?

The Unicode character 𬯕 U+2CBD5 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+2CBD5.

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!