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

What is Unicode character 𭑬?

The Unicode character 𭑬 U+2D46C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D46C.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!