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

What is Unicode character 𬍉?

The Unicode character 𬍉 U+2C349 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+2C349.

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!