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>&#147331;</p>
📋
CSS .selector { content: '\23F83' };
📋
JS var unicodeA = '\u23F83 ';
📋
CPP char unicodeA = ' \u23F83 ';
📋
Java char unicodeA = '\u23F83';
📋
Python unicodeA = '\u23F83'
📋

What is Unicode character 𣾃?

The Unicode character 𣾃 U+23F83 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+23F83.

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!