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>&#169055;</p>
📋
CSS .selector { content: '\2945F' };
📋
JS var unicodeA = '\u2945F ';
📋
CPP char unicodeA = ' \u2945F ';
📋
Java char unicodeA = '\u2945F';
📋
Python unicodeA = '\u2945F'
📋

What is Unicode character 𩑟?

The Unicode character 𩑟 U+2945F 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+2945F.

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!