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

What is Unicode character 𢔍?

The Unicode character 𢔍 U+2250D 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+2250D.

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!