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

What is Unicode character 𢢻?

The Unicode character 𢢻 U+228BB 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+228BB.

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!