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

What is Unicode character 𣛟?

The Unicode character 𣛟 U+236DF 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+236DF.

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!