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

What is Unicode character 𦑟?

The Unicode character 𦑟 U+2645F 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+2645F.

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!