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

What is Unicode character 𣘬?

The Unicode character 𣘬 U+2362C 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+2362C.

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!