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

What is Unicode character 𢖃?

The Unicode character 𢖃 U+22583 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+22583.

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!