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

What is Unicode character 𬺟?

The Unicode character 𬺟 U+2CE9F 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+2CE9F.

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!