Unicode Finder

"盄" U+76C4(CJK UNIFIED IDEOGRAPH-76C4)

U+76C4
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-76C4

Programming

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

Web

CSS
\0076C4
HtmlDecimal
盄
HtmlHexadecimal
盄
Url
%E7%9B%84

Code

MD5
017282913e20dccf907625c33261244e
Sha1
0f70fb85080e37453f9145b55da01fe160476438
Base64
55uE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u76C4';
console.log(char);  // Output: 盄

Java:

char c = '\u76C4';
System.out.println(c);  // Output: 盄

JSON:

{"text": "\u76C4"}  // Value: 盄

Python:

char = '\u76C4'
print(char)  # Output: 盄

Perl:

my $char = "\x{76C4}";
print $char;  # Output: 盄

PHP:

$char = "\x{76C4}";
echo $char;  // Output: 盄

Ruby:

char = "\u{76C4}"
puts char  # Output: 盄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#30404;</p>  <!-- Display: 盄 -->

HTML Hexadecimal:

<p>HTML hex: &#x76C4;</p>  <!-- Display: 盄 -->

URL Encoding:

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

Encodings

MD5:

017282913e20dccf907625c33261244e

SHA1:

0f70fb85080e37453f9145b55da01fe160476438

Base64:

55uE