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

What is Unicode character 𭆟?

The Unicode character 𭆟 U+2D19F 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+2D19F.

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!