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

What is Unicode character 𢚃?

The Unicode character 𢚃 U+22683 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+22683.

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!