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

What is Unicode character 𧍢?

The Unicode character 𧍢 U+27362 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+27362.

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!