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

What is Unicode character 𨼓?

The Unicode character 𨼓 U+28F13 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+28F13.

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!