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

What is Unicode character 𱎬?

The Unicode character 𱎬 U+313AC 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+313AC.

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!