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

What is Unicode character 𬾖?

The Unicode character 𬾖 U+2CF96 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+2CF96.

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!