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

What is Unicode character 𢢯?

The Unicode character 𢢯 U+228AF 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+228AF.

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!