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

What is Unicode character 𣑹?

The Unicode character 𣑹 U+23479 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+23479.

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!