Unicode Finder

"籹" U+7C79(CJK UNIFIED IDEOGRAPH-7C79)

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

Programming

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

Web

CSS
\007C79
HtmlDecimal
籹
HtmlHexadecimal
籹
Url
%E7%B1%B9

Code

MD5
087a01e9ede5cb360dd28a40d94a5ddd
Sha1
26e273340b9cb69a0c5806ed32458418e3dfbd15
Base64
57G5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u7C79';
console.log(char);  // Output: 籹

Java:

char c = '\u7C79';
System.out.println(c);  // Output: 籹

JSON:

{"text": "\u7C79"}  // Value: 籹

Python:

char = '\u7C79'
print(char)  # Output: 籹

Perl:

my $char = "\x{7C79}";
print $char;  # Output: 籹

PHP:

$char = "\x{7C79}";
echo $char;  // Output: 籹

Ruby:

char = "\u{7C79}"
puts char  # Output: 籹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31865;</p>  <!-- Display: 籹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7C79;</p>  <!-- Display: 籹 -->

URL Encoding:

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

Encodings

MD5:

087a01e9ede5cb360dd28a40d94a5ddd

SHA1:

26e273340b9cb69a0c5806ed32458418e3dfbd15

Base64:

57G5