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

What is Unicode character 𨹫?

The Unicode character 𨹫 U+28E6B 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+28E6B.

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!