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

What is Unicode character 𢁚?

The Unicode character 𢁚 U+2205A 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+2205A.

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!