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

What is Unicode character 𬝇?

The Unicode character 𬝇 U+2C747 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+2C747.

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!