Unicode Finder

"籵" U+7C75(CJK UNIFIED IDEOGRAPH-7C75)

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

Programming

C
\u7C75
JavaScript
\u7C75
Java
\u7C75
Json
\u7C75
Python
\u7C75
Perl
\x{7C75}
PHP
\x{7C75}
Ruby
\u{7C75}
Rust
\u{7C75}
Go
\u7C75

Web

CSS
\007C75
HtmlDecimal
籵
HtmlHexadecimal
籵
Url
%E7%B1%B5

Code

MD5
70e2807c8e3226f007cd10873e4f8c56
Sha1
b0d39a86141fa0721d8db6eb7a5f43067f0ba8be
Base64
57G1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u7C75';
console.log(char);  // Output: 籵

Java:

char c = '\u7C75';
System.out.println(c);  // Output: 籵

JSON:

{"text": "\u7C75"}  // Value: 籵

Python:

char = '\u7C75'
print(char)  # Output: 籵

Perl:

my $char = "\x{7C75}";
print $char;  # Output: 籵

PHP:

$char = "\x{7C75}";
echo $char;  // Output: 籵

Ruby:

char = "\u{7C75}"
puts char  # Output: 籵

Rust:

let c = '\u{7C75}';
println!("{}", c);  // Output: 籵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007C75";  /* Display: 籵 */
}

HTML Decimal:

<p>HTML decimal: &#31861;</p>  <!-- Display: 籵 -->

HTML Hexadecimal:

<p>HTML hex: &#x7C75;</p>  <!-- Display: 籵 -->

URL Encoding:

// 籵 URL encoding
https://unicodefinder.com/search.php?query=%E7%B1%B5

Encodings

MD5:

70e2807c8e3226f007cd10873e4f8c56

SHA1:

b0d39a86141fa0721d8db6eb7a5f43067f0ba8be

Base64:

57G1