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

What is Unicode character 𢔳?

The Unicode character 𢔳 U+22533 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+22533.

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!