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

What is Unicode character 𣎞?

The Unicode character 𣎞 U+2339E 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+2339E.

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!