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

What is Unicode character 𭌹?

The Unicode character 𭌹 U+2D339 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+2D339.

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!