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

What is Unicode character 𢕈?

The Unicode character 𢕈 U+22548 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+22548.

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!