Unicode Finder

"矄" U+77C4(CJK UNIFIED IDEOGRAPH-77C4)

U+77C4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-77C4

Programming

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

Web

CSS
\0077C4
HtmlDecimal
矄
HtmlHexadecimal
矄
Url
%E7%9F%84

Code

MD5
ef93d22b094582e199c5d5d0a20bc18f
Sha1
e5b1eb846f76f84ff2826cfbcc314c9a5e5de4b4
Base64
55+E

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u77C4';
console.log(char);  // Output: 矄

Java:

char c = '\u77C4';
System.out.println(c);  // Output: 矄

JSON:

{"text": "\u77C4"}  // Value: 矄

Python:

char = '\u77C4'
print(char)  # Output: 矄

Perl:

my $char = "\x{77C4}";
print $char;  # Output: 矄

PHP:

$char = "\x{77C4}";
echo $char;  // Output: 矄

Ruby:

char = "\u{77C4}"
puts char  # Output: 矄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#30660;</p>  <!-- Display: 矄 -->

HTML Hexadecimal:

<p>HTML hex: &#x77C4;</p>  <!-- Display: 矄 -->

URL Encoding:

// 矄 URL encoding
https://unicodefinder.com/search.php?query=%E7%9F%84

Encodings

MD5:

ef93d22b094582e199c5d5d0a20bc18f

SHA1:

e5b1eb846f76f84ff2826cfbcc314c9a5e5de4b4

Base64:

55+E