Unicode Finder

"饴" U+9974(CJK UNIFIED IDEOGRAPH-9974)

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

Programming

C
\u9974
JavaScript
\u9974
Java
\u9974
Json
\u9974
Python
\u9974
Perl
\x{9974}
PHP
\x{9974}
Ruby
\u{9974}
Rust
\u{9974}
Go
\u9974

Web

CSS
\009974
HtmlDecimal
饴
HtmlHexadecimal
饴
Url
%E9%A5%B4

Code

MD5
12d04ddf701f02908aebc2d529320e3f
Sha1
d9765674e45cb3bad079465f070dc2ec192128e8
Base64
6aW0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9974';
console.log(char);  // Output: 饴

Java:

char c = '\u9974';
System.out.println(c);  // Output: 饴

JSON:

{"text": "\u9974"}  // Value: 饴

Python:

char = '\u9974'
print(char)  # Output: 饴

Perl:

my $char = "\x{9974}";
print $char;  # Output: 饴

PHP:

$char = "\x{9974}";
echo $char;  // Output: 饴

Ruby:

char = "\u{9974}"
puts char  # Output: 饴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009974";  /* Display: 饴 */
}

HTML Decimal:

<p>HTML decimal: &#39284;</p>  <!-- Display: 饴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9974;</p>  <!-- Display: 饴 -->

URL Encoding:

// 饴 URL encoding
https://unicodefinder.com/search.php?query=%E9%A5%B4

Encodings

MD5:

12d04ddf701f02908aebc2d529320e3f

SHA1:

d9765674e45cb3bad079465f070dc2ec192128e8

Base64:

6aW0