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>&#178719;</p>
📋
CSS .selector { content: '\2BA1F' };
📋
JS var unicodeA = '\u2BA1F ';
📋
CPP char unicodeA = ' \u2BA1F ';
📋
Java char unicodeA = '\u2BA1F';
📋
Python unicodeA = '\u2BA1F'
📋

What is Unicode character 𫨟?

The Unicode character 𫨟 U+2BA1F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BA1F.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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