Unicode Finder

"秄" U+79C4(CJK UNIFIED IDEOGRAPH-79C4)

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

Programming

C
\u79C4
JavaScript
\u79C4
Java
\u79C4
Json
\u79C4
Python
\u79C4
Perl
\x{79C4}
PHP
\x{79C4}
Ruby
\u{79C4}
Rust
\u{79C4}
Go
\u79C4

Web

CSS
\0079C4
HtmlDecimal
秄
HtmlHexadecimal
秄
Url
%E7%A7%84

Code

MD5
a05bb71bdcba563c7ababa394355a1aa
Sha1
2893e2c8098d358f774a85d1a70bf3ae64787c1b
Base64
56eE

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u79C4';
console.log(char);  // Output: 秄

Java:

char c = '\u79C4';
System.out.println(c);  // Output: 秄

JSON:

{"text": "\u79C4"}  // Value: 秄

Python:

char = '\u79C4'
print(char)  # Output: 秄

Perl:

my $char = "\x{79C4}";
print $char;  # Output: 秄

PHP:

$char = "\x{79C4}";
echo $char;  // Output: 秄

Ruby:

char = "\u{79C4}"
puts char  # Output: 秄

Rust:

let c = '\u{79C4}';
println!("{}", c);  // Output: 秄

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0079C4";  /* Display: 秄 */
}

HTML Decimal:

<p>HTML decimal: &#31172;</p>  <!-- Display: 秄 -->

HTML Hexadecimal:

<p>HTML hex: &#x79C4;</p>  <!-- Display: 秄 -->

URL Encoding:

// 秄 URL encoding
https://unicodefinder.com/search.php?query=%E7%A7%84

Encodings

MD5:

a05bb71bdcba563c7ababa394355a1aa

SHA1:

2893e2c8098d358f774a85d1a70bf3ae64787c1b

Base64:

56eE