Unicode Finder

"豶" U+8C76(CJK UNIFIED IDEOGRAPH-8C76)

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

Programming

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

Web

CSS
\008C76
HtmlDecimal
豶
HtmlHexadecimal
豶
Url
%E8%B1%B6

Code

MD5
d8892617d9974bc0dd9430e5360e0f13
Sha1
5c53e6f69737bb938b04dceb4b1484d7d81c10c6
Base64
6LG2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8C76';
console.log(char);  // Output: 豶

Java:

char c = '\u8C76';
System.out.println(c);  // Output: 豶

JSON:

{"text": "\u8C76"}  // Value: 豶

Python:

char = '\u8C76'
print(char)  # Output: 豶

Perl:

my $char = "\x{8C76}";
print $char;  # Output: 豶

PHP:

$char = "\x{8C76}";
echo $char;  // Output: 豶

Ruby:

char = "\u{8C76}"
puts char  # Output: 豶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35958;</p>  <!-- Display: 豶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C76;</p>  <!-- Display: 豶 -->

URL Encoding:

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

Encodings

MD5:

d8892617d9974bc0dd9430e5360e0f13

SHA1:

5c53e6f69737bb938b04dceb4b1484d7d81c10c6

Base64:

6LG2