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

What is Unicode character 𣉬?

The Unicode character 𣉬 U+2326C 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+2326C.

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!