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

What is Unicode character 𧍣?

The Unicode character 𧍣 U+27363 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+27363.

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!