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

What is Unicode character 𨴎?

The Unicode character 𨴎 U+28D0E 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+28D0E.

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!