Unicode Finder

"恶" U+6076(CJK UNIFIED IDEOGRAPH-6076)

U+6076
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-6076

Programming

C
\u6076
JavaScript
\u6076
Java
\u6076
Json
\u6076
Python
\u6076
Perl
\x{6076}
PHP
\x{6076}
Ruby
\u{6076}
Rust
\u{6076}
Go
\u6076

Web

CSS
\006076
HtmlDecimal
恶
HtmlHexadecimal
恶
Url
%E6%81%B6

Code

MD5
fd224f99c079df79d6c22eacf9ade2c9
Sha1
830b0ad2ac1c5221e97daa2e378af6878136a9f0
Base64
5oG2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6076';
console.log(char);  // Output: 恶

Java:

char c = '\u6076';
System.out.println(c);  // Output: 恶

JSON:

{"text": "\u6076"}  // Value: 恶

Python:

char = '\u6076'
print(char)  # Output: 恶

Perl:

my $char = "\x{6076}";
print $char;  # Output: 恶

PHP:

$char = "\x{6076}";
echo $char;  // Output: 恶

Ruby:

char = "\u{6076}"
puts char  # Output: 恶

Rust:

let c = '\u{6076}';
println!("{}", c);  // Output: 恶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006076";  /* Display: 恶 */
}

HTML Decimal:

<p>HTML decimal: &#24694;</p>  <!-- Display: 恶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6076;</p>  <!-- Display: 恶 -->

URL Encoding:

// 恶 URL encoding
https://unicodefinder.com/search.php?query=%E6%81%B6

Encodings

MD5:

fd224f99c079df79d6c22eacf9ade2c9

SHA1:

830b0ad2ac1c5221e97daa2e378af6878136a9f0

Base64:

5oG2