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

What is Unicode character 𬼹?

The Unicode character 𬼹 U+2CF39 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+2CF39.

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!