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

What is Unicode character 𭍃?

The Unicode character 𭍃 U+2D343 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+2D343.

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!