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

What is Unicode character 𰔟?

The Unicode character 𰔟 U+3051F 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+3051F.

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!