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

What is Unicode character 𣢣?

The Unicode character 𣢣 U+238A3 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+238A3.

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!