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

What is Unicode character 𣁟?

The Unicode character 𣁟 U+2305F 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+2305F.

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!