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

What is Unicode character 𢔌?

The Unicode character 𢔌 U+2250C 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+2250C.

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!