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

What is Unicode character 𡦬?

The Unicode character 𡦬 U+219AC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+219AC.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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