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

What is Unicode character 𬹿?

The Unicode character 𬹿 U+2CE7F 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+2CE7F.

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!