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

What is Unicode character 𫚟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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