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>&#185196;</p>
📋
CSS .selector { content: '\2D36C' };
📋
JS var unicodeA = '\u2D36C ';
📋
CPP char unicodeA = ' \u2D36C ';
📋
Java char unicodeA = '\u2D36C';
📋
Python unicodeA = '\u2D36C'
📋

What is Unicode character 𭍬?

The Unicode character 𭍬 U+2D36C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D36C.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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