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

What is Unicode character 𢵾?

The Unicode character 𢵾 U+22D7E 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+22D7E.

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!