Unicode Finder

"籷" U+7C77(CJK UNIFIED IDEOGRAPH-7C77)

U+7C77
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7C77

Programming

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

Web

CSS
\007C77
HtmlDecimal
籷
HtmlHexadecimal
籷
Url
%E7%B1%B7

Code

MD5
7152b1647dbfe42b641df580eda75237
Sha1
976688de960bbd853ee7d26e874bde31e99bf720
Base64
57G3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7C77';
console.log(char);  // Output: 籷

Java:

char c = '\u7C77';
System.out.println(c);  // Output: 籷

JSON:

{"text": "\u7C77"}  // Value: 籷

Python:

char = '\u7C77'
print(char)  # Output: 籷

Perl:

my $char = "\x{7C77}";
print $char;  # Output: 籷

PHP:

$char = "\x{7C77}";
echo $char;  // Output: 籷

Ruby:

char = "\u{7C77}"
puts char  # Output: 籷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31863;</p>  <!-- Display: 籷 -->

HTML Hexadecimal:

<p>HTML hex: &#x7C77;</p>  <!-- Display: 籷 -->

URL Encoding:

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

Encodings

MD5:

7152b1647dbfe42b641df580eda75237

SHA1:

976688de960bbd853ee7d26e874bde31e99bf720

Base64:

57G3