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

What is Unicode character 𢔝?

The Unicode character 𢔝 U+2251D 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+2251D.

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!