Unicode Finder

"怶" U+6036(CJK UNIFIED IDEOGRAPH-6036)

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

Programming

C
\u6036
JavaScript
\u6036
Java
\u6036
Json
\u6036
Python
\u6036
Perl
\x{6036}
PHP
\x{6036}
Ruby
\u{6036}
Rust
\u{6036}
Go
\u6036

Web

CSS
\006036
HtmlDecimal
怶
HtmlHexadecimal
怶
Url
%E6%80%B6

Code

MD5
6e489f03e7207c3a7a452352b7429833
Sha1
3c773dd12f9da161d992e021a867e54e4e8045aa
Base64
5oC2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6036';
console.log(char);  // Output: 怶

Java:

char c = '\u6036';
System.out.println(c);  // Output: 怶

JSON:

{"text": "\u6036"}  // Value: 怶

Python:

char = '\u6036'
print(char)  # Output: 怶

Perl:

my $char = "\x{6036}";
print $char;  # Output: 怶

PHP:

$char = "\x{6036}";
echo $char;  // Output: 怶

Ruby:

char = "\u{6036}"
puts char  # Output: 怶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006036";  /* Display: 怶 */
}

HTML Decimal:

<p>HTML decimal: &#24630;</p>  <!-- Display: 怶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6036;</p>  <!-- Display: 怶 -->

URL Encoding:

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

Encodings

MD5:

6e489f03e7207c3a7a452352b7429833

SHA1:

3c773dd12f9da161d992e021a867e54e4e8045aa

Base64:

5oC2