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

What is Unicode character 𬼟?

The Unicode character 𬼟 U+2CF1F 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+2CF1F.

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!