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

What is Unicode character 𢔂?

The Unicode character 𢔂 U+22502 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+22502.

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!