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

What is Unicode character 𢔞?

The Unicode character 𢔞 U+2251E 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+2251E.

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!