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

What is Unicode character 𢹆?

The Unicode character 𢹆 U+22E46 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+22E46.

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!