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

What is Unicode character 𬺹?

The Unicode character 𬺹 U+2CEB9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2CEB9.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!