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

What is Unicode character 𣎟?

The Unicode character 𣎟 U+2339F 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+2339F.

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!