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

What is Unicode character 𢔟?

The Unicode character 𢔟 U+2251F 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+2251F.

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!