Unicode Finder

"惦" U+60E6(CJK UNIFIED IDEOGRAPH-60E6)

U+60E6
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-60E6

Programming

C
\u60E6
JavaScript
\u60E6
Java
\u60E6
Json
\u60E6
Python
\u60E6
Perl
\x{60E6}
PHP
\x{60E6}
Ruby
\u{60E6}
Rust
\u{60E6}
Go
\u60E6

Web

CSS
\0060E6
HtmlDecimal
惦
HtmlHexadecimal
惦
Url
%E6%83%A6

Code

MD5
ed16ed4879fb300077c2181bc1eecf95
Sha1
7312d39008c89bc6371df9bb7ec8249d2b62abd0
Base64
5oOm

使用示例

Programming Languages

C:

char c = '\u60E6';
printf("%c\n", c);  // Output: 惦

JavaScript:

const char = '\u60E6';
console.log(char);  // Output: 惦

Java:

char c = '\u60E6';
System.out.println(c);  // Output: 惦

JSON:

{"text": "\u60E6"}  // Value: 惦

Python:

char = '\u60E6'
print(char)  # Output: 惦

Perl:

my $char = "\x{60E6}";
print $char;  # Output: 惦

PHP:

$char = "\x{60E6}";
echo $char;  // Output: 惦

Ruby:

char = "\u{60E6}"
puts char  # Output: 惦

Rust:

let c = '\u{60E6}';
println!("{}", c);  // Output: 惦

Go:

char := '\u60E6'
fmt.Printf("%c\n", char)  // Output: 惦

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0060E6";  /* Display: 惦 */
}

HTML Decimal:

<p>HTML decimal: &#24806;</p>  <!-- Display: 惦 -->

HTML Hexadecimal:

<p>HTML hex: &#x60E6;</p>  <!-- Display: 惦 -->

URL Encoding:

// 惦 URL encoding
https://unicodefinder.com/search.php?query=%E6%83%A6

Encodings

MD5:

ed16ed4879fb300077c2181bc1eecf95

SHA1:

7312d39008c89bc6371df9bb7ec8249d2b62abd0

Base64:

5oOm