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>&#161209;</p>
📋
CSS .selector { content: '\275B9' };
📋
JS var unicodeA = '\u275B9 ';
📋
CPP char unicodeA = ' \u275B9 ';
📋
Java char unicodeA = '\u275B9';
📋
Python unicodeA = '\u275B9'
📋

What is Unicode character 𧖹?

The Unicode character 𧖹 U+275B9 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+275B9.

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!