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

What is Unicode character 𬹇?

The Unicode character 𬹇 U+2CE47 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+2CE47.

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!