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

What is Unicode character 𰐟?

The Unicode character 𰐟 U+3041F 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+3041F.

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!