Unicode Finder

"聵" U+8075(CJK UNIFIED IDEOGRAPH-8075)

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

Programming

C
\u8075
JavaScript
\u8075
Java
\u8075
Json
\u8075
Python
\u8075
Perl
\x{8075}
PHP
\x{8075}
Ruby
\u{8075}
Rust
\u{8075}
Go
\u8075

Web

CSS
\008075
HtmlDecimal
聵
HtmlHexadecimal
聵
Url
%E8%81%B5

Code

MD5
7f70d31d0164743cf19e44527e69d54f
Sha1
d39d5bea2580e74dd06a42c47d02ae58f17b2b3a
Base64
6IG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8075';
console.log(char);  // Output: 聵

Java:

char c = '\u8075';
System.out.println(c);  // Output: 聵

JSON:

{"text": "\u8075"}  // Value: 聵

Python:

char = '\u8075'
print(char)  # Output: 聵

Perl:

my $char = "\x{8075}";
print $char;  # Output: 聵

PHP:

$char = "\x{8075}";
echo $char;  // Output: 聵

Ruby:

char = "\u{8075}"
puts char  # Output: 聵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008075";  /* Display: 聵 */
}

HTML Decimal:

<p>HTML decimal: &#32885;</p>  <!-- Display: 聵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8075;</p>  <!-- Display: 聵 -->

URL Encoding:

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

Encodings

MD5:

7f70d31d0164743cf19e44527e69d54f

SHA1:

d39d5bea2580e74dd06a42c47d02ae58f17b2b3a

Base64:

6IG1