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

What is Unicode character 𨯚?

The Unicode character 𨯚 U+28BDA 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+28BDA.

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!