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

What is Unicode character 𨅬?

The Unicode character 𨅬 U+2816C 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+2816C.

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!