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

What is Unicode character 𢔛?

The Unicode character 𢔛 U+2251B 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+2251B.

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!