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

What is Unicode character 𢅊?

The Unicode character 𢅊 U+2214A 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+2214A.

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!