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

What is Unicode character 𱦟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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