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

What is Unicode character 𣢯?

The Unicode character 𣢯 U+238AF 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+238AF.

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!