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

What is Unicode character 𨍬?

The Unicode character 𨍬 U+2836C 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+2836C.

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!