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

What is Unicode character 𢦊?

The Unicode character 𢦊 U+2298A 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+2298A.

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!