Unicode Finder

"暷" U+66B7(CJK UNIFIED IDEOGRAPH-66B7)

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

Programming

C
\u66B7
JavaScript
\u66B7
Java
\u66B7
Json
\u66B7
Python
\u66B7
Perl
\x{66B7}
PHP
\x{66B7}
Ruby
\u{66B7}
Rust
\u{66B7}
Go
\u66B7

Web

CSS
\0066B7
HtmlDecimal
暷
HtmlHexadecimal
暷
Url
%E6%9A%B7

Code

MD5
83723cd1c8c8668f59253eebc13d5445
Sha1
91d5441c81c8a4cdca3b799f45b3791c0f891347
Base64
5pq3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u66B7';
console.log(char);  // Output: 暷

Java:

char c = '\u66B7';
System.out.println(c);  // Output: 暷

JSON:

{"text": "\u66B7"}  // Value: 暷

Python:

char = '\u66B7'
print(char)  # Output: 暷

Perl:

my $char = "\x{66B7}";
print $char;  # Output: 暷

PHP:

$char = "\x{66B7}";
echo $char;  // Output: 暷

Ruby:

char = "\u{66B7}"
puts char  # Output: 暷

Rust:

let c = '\u{66B7}';
println!("{}", c);  // Output: 暷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0066B7";  /* Display: 暷 */
}

HTML Decimal:

<p>HTML decimal: &#26295;</p>  <!-- Display: 暷 -->

HTML Hexadecimal:

<p>HTML hex: &#x66B7;</p>  <!-- Display: 暷 -->

URL Encoding:

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

Encodings

MD5:

83723cd1c8c8668f59253eebc13d5445

SHA1:

91d5441c81c8a4cdca3b799f45b3791c0f891347

Base64:

5pq3