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

What is Unicode character 𣂟?

The Unicode character 𣂟 U+2309F 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+2309F.

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!