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

What is Unicode character 𬼦?

The Unicode character 𬼦 U+2CF26 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+2CF26.

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!