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

What is Unicode character 𭂟?

The Unicode character 𭂟 U+2D09F 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+2D09F.

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!