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

What is Unicode character 𣖃?

The Unicode character 𣖃 U+23583 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+23583.

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!