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

What is Unicode character 𨚊?

The Unicode character 𨚊 U+2868A 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+2868A.

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!