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

What is Unicode character 𣦊?

The Unicode character 𣦊 U+2398A 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+2398A.

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!