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

What is Unicode character 𣦎?

The Unicode character 𣦎 U+2398E 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+2398E.

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!