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

What is Unicode character 𨵯?

The Unicode character 𨵯 U+28D6F 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+28D6F.

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!