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

What is Unicode character 𨴟?

The Unicode character 𨴟 U+28D1F 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+28D1F.

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!