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

What is Unicode character 𬍇?

The Unicode character 𬍇 U+2C347 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+2C347.

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!