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

What is Unicode character 𬹆?

The Unicode character 𬹆 U+2CE46 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+2CE46.

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!