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

What is Unicode character 𭍍?

The Unicode character 𭍍 U+2D34D 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+2D34D.

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!