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

What is Unicode character 𢒻?

The Unicode character 𢒻 U+224BB 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+224BB.

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!