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

What is Unicode character 𭍅?

The Unicode character 𭍅 U+2D345 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+2D345.

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!