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

What is Unicode character 𨙵?

The Unicode character 𨙵 U+28675 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+28675.

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!