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

What is Unicode character 𬿍?

The Unicode character 𬿍 U+2CFCD 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+2CFCD.

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!