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

What is Unicode character 𣈬?

The Unicode character 𣈬 U+2322C 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+2322C.

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!