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>&#178169;</p>
📋
CSS .selector { content: '\2B7F9' };
📋
JS var unicodeA = '\u2B7F9 ';
📋
CPP char unicodeA = ' \u2B7F9 ';
📋
Java char unicodeA = '\u2B7F9';
📋
Python unicodeA = '\u2B7F9'
📋

What is Unicode character 𫟹?

The Unicode character 𫟹 U+2B7F9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7F9.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!