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

What is Unicode character 𲅬?

The Unicode character 𲅬 U+3216C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3216C.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!