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

What is Unicode character 𫅟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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