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

What is Unicode character 𢕆?

The Unicode character 𢕆 U+22546 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+22546.

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!