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>&#162781;</p>
📋
CSS .selector { content: '\27BDD' };
📋
JS var unicodeA = '\u27BDD ';
📋
CPP char unicodeA = ' \u27BDD ';
📋
Java char unicodeA = '\u27BDD';
📋
Python unicodeA = '\u27BDD'
📋

What is Unicode character 𧯝?

The Unicode character 𧯝 U+27BDD 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+27BDD.

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!