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

What is Unicode character 𢔜?

The Unicode character 𢔜 U+2251C 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+2251C.

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!