Unicode Finder

"惋" U+60CB(CJK UNIFIED IDEOGRAPH-60CB)

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

Programming

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

Web

CSS
\0060CB
HtmlDecimal
惋
HtmlHexadecimal
惋
Url
%E6%83%8B

Code

MD5
f53b920b601e6165e773a43fb4f9931b
Sha1
d24b81e4982c9dd73bc6b776d370c731b017799e
Base64
5oOL

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u60CB';
console.log(char);  // Output: 惋

Java:

char c = '\u60CB';
System.out.println(c);  // Output: 惋

JSON:

{"text": "\u60CB"}  // Value: 惋

Python:

char = '\u60CB'
print(char)  # Output: 惋

Perl:

my $char = "\x{60CB}";
print $char;  # Output: 惋

PHP:

$char = "\x{60CB}";
echo $char;  // Output: 惋

Ruby:

char = "\u{60CB}"
puts char  # Output: 惋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24779;</p>  <!-- Display: 惋 -->

HTML Hexadecimal:

<p>HTML hex: &#x60CB;</p>  <!-- Display: 惋 -->

URL Encoding:

// 惋 URL encoding
https://unicodefinder.com/search.php?query=%E6%83%8B

Encodings

MD5:

f53b920b601e6165e773a43fb4f9931b

SHA1:

d24b81e4982c9dd73bc6b776d370c731b017799e

Base64:

5oOL