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

What is Unicode character 𢢺?

The Unicode character 𢢺 U+228BA 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+228BA.

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!