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

What is Unicode character 𬄹?

The Unicode character 𬄹 U+2C139 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+2C139.

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!