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

What is Unicode character 𣞟?

The Unicode character 𣞟 U+2379F 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+2379F.

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!