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

What is Unicode character 𭍏?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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