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

What is Unicode character 𧊹?

The Unicode character 𧊹 U+272B9 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+272B9.

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!