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

What is Unicode character 𡦯?

The Unicode character 𡦯 U+219AF 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+219AF.

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!