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

What is Unicode character 𢔈?

The Unicode character 𢔈 U+22508 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+22508.

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!