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

What is Unicode character 𬵻?

The Unicode character 𬵻 U+2CD7B 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+2CD7B.

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!