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

What is Unicode character 𣚟?

The Unicode character 𣚟 U+2369F 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+2369F.

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!