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

What is Unicode character 𢖱?

The Unicode character 𢖱 U+225B1 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+225B1.

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!