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

What is Unicode character 𢭙?

The Unicode character 𢭙 U+22B59 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+22B59.

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!