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

What is Unicode character 𬼾?

The Unicode character 𬼾 U+2CF3E 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+2CF3E.

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!