Unicode Finder

"恴" U+6074(CJK UNIFIED IDEOGRAPH-6074)

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

Programming

C
\u6074
JavaScript
\u6074
Java
\u6074
Json
\u6074
Python
\u6074
Perl
\x{6074}
PHP
\x{6074}
Ruby
\u{6074}
Rust
\u{6074}
Go
\u6074

Web

CSS
\006074
HtmlDecimal
恴
HtmlHexadecimal
恴
Url
%E6%81%B4

Code

MD5
567c32167ae6957b0e8ed4818d0884f2
Sha1
befedd9dde6314b36bfce655da63f2671f13b488
Base64
5oG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6074';
console.log(char);  // Output: 恴

Java:

char c = '\u6074';
System.out.println(c);  // Output: 恴

JSON:

{"text": "\u6074"}  // Value: 恴

Python:

char = '\u6074'
print(char)  # Output: 恴

Perl:

my $char = "\x{6074}";
print $char;  # Output: 恴

PHP:

$char = "\x{6074}";
echo $char;  // Output: 恴

Ruby:

char = "\u{6074}"
puts char  # Output: 恴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006074";  /* Display: 恴 */
}

HTML Decimal:

<p>HTML decimal: &#24692;</p>  <!-- Display: 恴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6074;</p>  <!-- Display: 恴 -->

URL Encoding:

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

Encodings

MD5:

567c32167ae6957b0e8ed4818d0884f2

SHA1:

befedd9dde6314b36bfce655da63f2671f13b488

Base64:

5oG0