Unicode Finder

"恵" U+6075(CJK UNIFIED IDEOGRAPH-6075)

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

Programming

C
\u6075
JavaScript
\u6075
Java
\u6075
Json
\u6075
Python
\u6075
Perl
\x{6075}
PHP
\x{6075}
Ruby
\u{6075}
Rust
\u{6075}
Go
\u6075

Web

CSS
\006075
HtmlDecimal
恵
HtmlHexadecimal
恵
Url
%E6%81%B5

Code

MD5
3c6685d7dbae855e54b4537026456391
Sha1
420fdf7f36b99efbfd66273feaf012c5246fc173
Base64
5oG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6075';
console.log(char);  // Output: 恵

Java:

char c = '\u6075';
System.out.println(c);  // Output: 恵

JSON:

{"text": "\u6075"}  // Value: 恵

Python:

char = '\u6075'
print(char)  # Output: 恵

Perl:

my $char = "\x{6075}";
print $char;  # Output: 恵

PHP:

$char = "\x{6075}";
echo $char;  // Output: 恵

Ruby:

char = "\u{6075}"
puts char  # Output: 恵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006075";  /* Display: 恵 */
}

HTML Decimal:

<p>HTML decimal: &#24693;</p>  <!-- Display: 恵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6075;</p>  <!-- Display: 恵 -->

URL Encoding:

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

Encodings

MD5:

3c6685d7dbae855e54b4537026456391

SHA1:

420fdf7f36b99efbfd66273feaf012c5246fc173

Base64:

5oG1