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

What is Unicode character 𤚃?

The Unicode character 𤚃 U+24683 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+24683.

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!