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

What is Unicode character 𰁟?

The Unicode character 𰁟 U+3005F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3005F.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!