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

What is Unicode character 𭘹?

The Unicode character 𭘹 U+2D639 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+2D639.

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!