Unicode Finder

"怸" U+6038(CJK UNIFIED IDEOGRAPH-6038)

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

Programming

C
\u6038
JavaScript
\u6038
Java
\u6038
Json
\u6038
Python
\u6038
Perl
\x{6038}
PHP
\x{6038}
Ruby
\u{6038}
Rust
\u{6038}
Go
\u6038

Web

CSS
\006038
HtmlDecimal
怸
HtmlHexadecimal
怸
Url
%E6%80%B8

Code

MD5
0934b0b830e74895d4ba5c958f45d625
Sha1
97a15efbdcda898dc0aae63319c28dff4977e9ef
Base64
5oC4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6038';
console.log(char);  // Output: 怸

Java:

char c = '\u6038';
System.out.println(c);  // Output: 怸

JSON:

{"text": "\u6038"}  // Value: 怸

Python:

char = '\u6038'
print(char)  # Output: 怸

Perl:

my $char = "\x{6038}";
print $char;  # Output: 怸

PHP:

$char = "\x{6038}";
echo $char;  // Output: 怸

Ruby:

char = "\u{6038}"
puts char  # Output: 怸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006038";  /* Display: 怸 */
}

HTML Decimal:

<p>HTML decimal: &#24632;</p>  <!-- Display: 怸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6038;</p>  <!-- Display: 怸 -->

URL Encoding:

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

Encodings

MD5:

0934b0b830e74895d4ba5c958f45d625

SHA1:

97a15efbdcda898dc0aae63319c28dff4977e9ef

Base64:

5oC4