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

What is Unicode character 𬜹?

The Unicode character 𬜹 U+2C739 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+2C739.

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!