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

What is Unicode character 𢅏?

The Unicode character 𢅏 U+2214F 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+2214F.

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!