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

What is Unicode character 𦑹?

The Unicode character 𦑹 U+26479 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+26479.

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!