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

What is Unicode character 𧍐?

The Unicode character 𧍐 U+27350 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+27350.

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!