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

What is Unicode character 𬝆?

The Unicode character 𬝆 U+2C746 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+2C746.

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!