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

What is Unicode character 𣎝?

The Unicode character 𣎝 U+2339D 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+2339D.

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!