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

What is Unicode character 𬍡?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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