Unicode Finder

"矅" U+77C5(CJK UNIFIED IDEOGRAPH-77C5)

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

Programming

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

Web

CSS
\0077C5
HtmlDecimal
矅
HtmlHexadecimal
矅
Url
%E7%9F%85

Code

MD5
217351f20a7bef00b4a9960c905fa1dc
Sha1
f24b5bcd2775f6577fe54932a975c0a17dbeddbf
Base64
55+F

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u77C5';
console.log(char);  // Output: 矅

Java:

char c = '\u77C5';
System.out.println(c);  // Output: 矅

JSON:

{"text": "\u77C5"}  // Value: 矅

Python:

char = '\u77C5'
print(char)  # Output: 矅

Perl:

my $char = "\x{77C5}";
print $char;  # Output: 矅

PHP:

$char = "\x{77C5}";
echo $char;  // Output: 矅

Ruby:

char = "\u{77C5}"
puts char  # Output: 矅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#30661;</p>  <!-- Display: 矅 -->

HTML Hexadecimal:

<p>HTML hex: &#x77C5;</p>  <!-- Display: 矅 -->

URL Encoding:

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

Encodings

MD5:

217351f20a7bef00b4a9960c905fa1dc

SHA1:

f24b5bcd2775f6577fe54932a975c0a17dbeddbf

Base64:

55+F