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

What is Unicode character 𬑫?

The Unicode character 𬑫 U+2C46B 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+2C46B.

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!