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

What is Unicode character 𬵛?

The Unicode character 𬵛 U+2CD5B 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+2CD5B.

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!