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

What is Unicode character 𢒵?

The Unicode character 𢒵 U+224B5 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+224B5.

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!