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

What is Unicode character 𨵫?

The Unicode character 𨵫 U+28D6B 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+28D6B.

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!