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>&#139850;</p>
📋
CSS .selector { content: '\2224A' };
📋
JS var unicodeA = '\u2224A ';
📋
CPP char unicodeA = ' \u2224A ';
📋
Java char unicodeA = '\u2224A';
📋
Python unicodeA = '\u2224A'
📋

What is Unicode character 𢉊?

The Unicode character 𢉊 U+2224A 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+2224A.

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!