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

What is Unicode character 𭍁?

The Unicode character 𭍁 U+2D341 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+2D341.

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!