Unicode Finder

"豼" U+8C7C(CJK UNIFIED IDEOGRAPH-8C7C)

U+8C7C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8C7C

Programming

C
\u8C7C
JavaScript
\u8C7C
Java
\u8C7C
Json
\u8C7C
Python
\u8C7C
Perl
\x{8C7C}
PHP
\x{8C7C}
Ruby
\u{8C7C}
Rust
\u{8C7C}
Go
\u8C7C

Web

CSS
\008C7C
HtmlDecimal
豼
HtmlHexadecimal
豼
Url
%E8%B1%BC

Code

MD5
ca600e5b5a41fdfb1e9f36fc879fe1a1
Sha1
c7480c94b3d94d58f210a746db8291fcb15fa7eb
Base64
6LG8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8C7C';
console.log(char);  // Output: 豼

Java:

char c = '\u8C7C';
System.out.println(c);  // Output: 豼

JSON:

{"text": "\u8C7C"}  // Value: 豼

Python:

char = '\u8C7C'
print(char)  # Output: 豼

Perl:

my $char = "\x{8C7C}";
print $char;  # Output: 豼

PHP:

$char = "\x{8C7C}";
echo $char;  // Output: 豼

Ruby:

char = "\u{8C7C}"
puts char  # Output: 豼

Rust:

let c = '\u{8C7C}';
println!("{}", c);  // Output: 豼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008C7C";  /* Display: 豼 */
}

HTML Decimal:

<p>HTML decimal: &#35964;</p>  <!-- Display: 豼 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C7C;</p>  <!-- Display: 豼 -->

URL Encoding:

// 豼 URL encoding
https://unicodefinder.com/search.php?query=%E8%B1%BC

Encodings

MD5:

ca600e5b5a41fdfb1e9f36fc879fe1a1

SHA1:

c7480c94b3d94d58f210a746db8291fcb15fa7eb

Base64:

6LG8