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

What is Unicode character 𰔏?

The Unicode character 𰔏 U+3050F 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+3050F.

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!