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

What is Unicode character 𢬤?

The Unicode character 𢬤 U+22B24 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+22B24.

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!