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

What is Unicode character 𢖼?

The Unicode character 𢖼 U+225BC 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+225BC.

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!