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

What is Unicode character 𢵆?

The Unicode character 𢵆 U+22D46 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+22D46.

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!