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

What is Unicode character 𬚹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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