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

What is Unicode character 𢑫?

The Unicode character 𢑫 U+2246B 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+2246B.

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!