Unicode Finder

"聴" U+8074(CJK UNIFIED IDEOGRAPH-8074)

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

Programming

C
\u8074
JavaScript
\u8074
Java
\u8074
Json
\u8074
Python
\u8074
Perl
\x{8074}
PHP
\x{8074}
Ruby
\u{8074}
Rust
\u{8074}
Go
\u8074

Web

CSS
\008074
HtmlDecimal
聴
HtmlHexadecimal
聴
Url
%E8%81%B4

Code

MD5
63a53042ed1ecc9fe2c7e4e0aaad119c
Sha1
74465755ac4f779015643e45667a52df0b6fbb7b
Base64
6IG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8074';
console.log(char);  // Output: 聴

Java:

char c = '\u8074';
System.out.println(c);  // Output: 聴

JSON:

{"text": "\u8074"}  // Value: 聴

Python:

char = '\u8074'
print(char)  # Output: 聴

Perl:

my $char = "\x{8074}";
print $char;  # Output: 聴

PHP:

$char = "\x{8074}";
echo $char;  // Output: 聴

Ruby:

char = "\u{8074}"
puts char  # Output: 聴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008074";  /* Display: 聴 */
}

HTML Decimal:

<p>HTML decimal: &#32884;</p>  <!-- Display: 聴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8074;</p>  <!-- Display: 聴 -->

URL Encoding:

// 聴 URL encoding
https://unicodefinder.com/search.php?query=%E8%81%B4

Encodings

MD5:

63a53042ed1ecc9fe2c7e4e0aaad119c

SHA1:

74465755ac4f779015643e45667a52df0b6fbb7b

Base64:

6IG0