Unicode Finder

"栜" U+681C(CJK UNIFIED IDEOGRAPH-681C)

U+681C
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-681C

Programming

C
\u681C
JavaScript
\u681C
Java
\u681C
Json
\u681C
Python
\u681C
Perl
\x{681C}
PHP
\x{681C}
Ruby
\u{681C}
Rust
\u{681C}
Go
\u681C

Web

CSS
\00681C
HtmlDecimal
栜
HtmlHexadecimal
栜
Url
%E6%A0%9C

Code

MD5
a93ea2e01cb42d05dd826b7a2c40efb8
Sha1
95ff45cf1b0b212c97ee46404aa350e71b490b8f
Base64
5qCc

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u681C';
console.log(char);  // Output: 栜

Java:

char c = '\u681C';
System.out.println(c);  // Output: 栜

JSON:

{"text": "\u681C"}  // Value: 栜

Python:

char = '\u681C'
print(char)  # Output: 栜

Perl:

my $char = "\x{681C}";
print $char;  # Output: 栜

PHP:

$char = "\x{681C}";
echo $char;  // Output: 栜

Ruby:

char = "\u{681C}"
puts char  # Output: 栜

Rust:

let c = '\u{681C}';
println!("{}", c);  // Output: 栜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00681C";  /* Display: 栜 */
}

HTML Decimal:

<p>HTML decimal: &#26652;</p>  <!-- Display: 栜 -->

HTML Hexadecimal:

<p>HTML hex: &#x681C;</p>  <!-- Display: 栜 -->

URL Encoding:

// 栜 URL encoding
https://unicodefinder.com/search.php?query=%E6%A0%9C

Encodings

MD5:

a93ea2e01cb42d05dd826b7a2c40efb8

SHA1:

95ff45cf1b0b212c97ee46404aa350e71b490b8f

Base64:

5qCc