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

What is Unicode character 𰤟?

The Unicode character 𰤟 U+3091F 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+3091F.

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!