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

What is Unicode character 𨵣?

The Unicode character 𨵣 U+28D63 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+28D63.

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!