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

What is Unicode character 𢢮?

The Unicode character 𢢮 U+228AE 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+228AE.

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!