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

What is Unicode character 𣢬?

The Unicode character 𣢬 U+238AC 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+238AC.

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!