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

What is Unicode character 𨯓?

The Unicode character 𨯓 U+28BD3 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+28BD3.

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!