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

What is Unicode character 𢢫?

The Unicode character 𢢫 U+228AB 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+228AB.

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!