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

What is Unicode character 𭍢?

The Unicode character 𭍢 U+2D362 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+2D362.

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!