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>&#142846;</p>
📋
CSS .selector { content: '\22DFE' };
📋
JS var unicodeA = '\u22DFE ';
📋
CPP char unicodeA = ' \u22DFE ';
📋
Java char unicodeA = '\u22DFE';
📋
Python unicodeA = '\u22DFE'
📋

What is Unicode character 𢷾?

The Unicode character 𢷾 U+22DFE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22DFE.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!