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

What is Unicode character 𠁟?

The Unicode character 𠁟 U+2005F 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+2005F.

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!