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

What is Unicode character 𡦭?

The Unicode character 𡦭 U+219AD 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+219AD.

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!