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

What is Unicode character 𧍡?

The Unicode character 𧍡 U+27361 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+27361.

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!