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

What is Unicode character 𣏟?

The Unicode character 𣏟 U+233DF 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+233DF.

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!