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

What is Unicode character 𫍢?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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