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

What is Unicode character 𬼅?

The Unicode character 𬼅 U+2CF05 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+2CF05.

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!