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>&#140445;</p>
📋
CSS .selector { content: '\2249D' };
📋
JS var unicodeA = '\u2249D ';
📋
CPP char unicodeA = ' \u2249D ';
📋
Java char unicodeA = '\u2249D';
📋
Python unicodeA = '\u2249D'
📋

What is Unicode character 𢒝?

The Unicode character 𢒝 U+2249D 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+2249D.

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!