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>&#164971;</p>
📋
CSS .selector { content: '\2846B' };
📋
JS var unicodeA = '\u2846B ';
📋
CPP char unicodeA = ' \u2846B ';
📋
Java char unicodeA = '\u2846B';
📋
Python unicodeA = '\u2846B'
📋

What is Unicode character 𨑫?

The Unicode character 𨑫 U+2846B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2846B.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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