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

What is Unicode character 𧮟?

The Unicode character 𧮟 U+27B9F 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+27B9F.

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!