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

What is Unicode character 𣣃?

The Unicode character 𣣃 U+238C3 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+238C3.

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!