Unicode Finder

"栙" U+6819(CJK UNIFIED IDEOGRAPH-6819)

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

Programming

C
\u6819
JavaScript
\u6819
Java
\u6819
Json
\u6819
Python
\u6819
Perl
\x{6819}
PHP
\x{6819}
Ruby
\u{6819}
Rust
\u{6819}
Go
\u6819

Web

CSS
\006819
HtmlDecimal
栙
HtmlHexadecimal
栙
Url
%E6%A0%99

Code

MD5
51797bca33a1cf89c70aaeab9cdc4399
Sha1
6ad7c14311074dc3957b0c193a3d171f79f0c3d7
Base64
5qCZ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6819';
console.log(char);  // Output: 栙

Java:

char c = '\u6819';
System.out.println(c);  // Output: 栙

JSON:

{"text": "\u6819"}  // Value: 栙

Python:

char = '\u6819'
print(char)  # Output: 栙

Perl:

my $char = "\x{6819}";
print $char;  # Output: 栙

PHP:

$char = "\x{6819}";
echo $char;  // Output: 栙

Ruby:

char = "\u{6819}"
puts char  # Output: 栙

Rust:

let c = '\u{6819}';
println!("{}", c);  // Output: 栙

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006819";  /* Display: 栙 */
}

HTML Decimal:

<p>HTML decimal: &#26649;</p>  <!-- Display: 栙 -->

HTML Hexadecimal:

<p>HTML hex: &#x6819;</p>  <!-- Display: 栙 -->

URL Encoding:

// 栙 URL encoding
https://unicodefinder.com/search.php?query=%E6%A0%99

Encodings

MD5:

51797bca33a1cf89c70aaeab9cdc4399

SHA1:

6ad7c14311074dc3957b0c193a3d171f79f0c3d7

Base64:

5qCZ