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>&#203180;</p>
📋
CSS .selector { content: '\319AC' };
📋
JS var unicodeA = '\u319AC ';
📋
CPP char unicodeA = ' \u319AC ';
📋
Java char unicodeA = '\u319AC';
📋
Python unicodeA = '\u319AC'
📋

What is Unicode character 𱦬?

The Unicode character 𱦬 U+319AC 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+319AC.

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!