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

What is Unicode character 𠍬?

The Unicode character 𠍬 U+2036C 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+2036C.

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!