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

What is Unicode character 𬈹?

The Unicode character 𬈹 U+2C239 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+2C239.

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!