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

What is Unicode character 𣢨?

The Unicode character 𣢨 U+238A8 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+238A8.

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!