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

What is Unicode character 𬼍?

The Unicode character 𬼍 U+2CF0D 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+2CF0D.

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!