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

What is Unicode character 𢚊?

The Unicode character 𢚊 U+2268A 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+2268A.

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!