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

What is Unicode character 𢖚?

The Unicode character 𢖚 U+2259A 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+2259A.

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!