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

What is Unicode character 𤏟?

The Unicode character 𤏟 U+243DF 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+243DF.

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!