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

What is Unicode character 𢔩?

The Unicode character 𢔩 U+22529 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+22529.

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!