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

What is Unicode character 𣺃?

The Unicode character 𣺃 U+23E83 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+23E83.

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!