Unicode Finder

"惚" U+60DA(CJK UNIFIED IDEOGRAPH-60DA)

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

Programming

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

Web

CSS
\0060DA
HtmlDecimal
惚
HtmlHexadecimal
惚
Url
%E6%83%9A

Code

MD5
110e40ed28286f6d69f63df9b24ab4c0
Sha1
2bad894e0cd1dd661e16e948cbf7d0563be9844c
Base64
5oOa

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u60DA';
console.log(char);  // Output: 惚

Java:

char c = '\u60DA';
System.out.println(c);  // Output: 惚

JSON:

{"text": "\u60DA"}  // Value: 惚

Python:

char = '\u60DA'
print(char)  # Output: 惚

Perl:

my $char = "\x{60DA}";
print $char;  # Output: 惚

PHP:

$char = "\x{60DA}";
echo $char;  // Output: 惚

Ruby:

char = "\u{60DA}"
puts char  # Output: 惚

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24794;</p>  <!-- Display: 惚 -->

HTML Hexadecimal:

<p>HTML hex: &#x60DA;</p>  <!-- Display: 惚 -->

URL Encoding:

// 惚 URL encoding
https://unicodefinder.com/search.php?query=%E6%83%9A

Encodings

MD5:

110e40ed28286f6d69f63df9b24ab4c0

SHA1:

2bad894e0cd1dd661e16e948cbf7d0563be9844c

Base64:

5oOa