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

What is Unicode character 𬍏?

The Unicode character 𬍏 U+2C34F 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+2C34F.

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!