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

What is Unicode character 𣅬?

The Unicode character 𣅬 U+2316C 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+2316C.

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!