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

What is Unicode character 𨵛?

The Unicode character 𨵛 U+28D5B 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+28D5B.

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!