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

What is Unicode character 𣎜?

The Unicode character 𣎜 U+2339C 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+2339C.

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!