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

What is Unicode character 𬍈?

The Unicode character 𬍈 U+2C348 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+2C348.

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!