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>&#137148;</p>
📋
CSS .selector { content: '\217BC' };
📋
JS var unicodeA = '\u217BC ';
📋
CPP char unicodeA = ' \u217BC ';
📋
Java char unicodeA = '\u217BC';
📋
Python unicodeA = '\u217BC'
📋

What is Unicode character 𡞼?

The Unicode character 𡞼 U+217BC 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+217BC.

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!