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

What is Unicode character 𣦏?

The Unicode character 𣦏 U+2398F 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+2398F.

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!