Unicode Finder

"毼" U+6BFC(CJK UNIFIED IDEOGRAPH-6BFC)

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

Programming

C
\u6BFC
JavaScript
\u6BFC
Java
\u6BFC
Json
\u6BFC
Python
\u6BFC
Perl
\x{6BFC}
PHP
\x{6BFC}
Ruby
\u{6BFC}
Rust
\u{6BFC}
Go
\u6BFC

Web

CSS
\006BFC
HtmlDecimal
毼
HtmlHexadecimal
毼
Url
%E6%AF%BC

Code

MD5
84b6127f15950d1e54e05a2f8653adf4
Sha1
76e4216d517986e843d17f6c6d2dcfde2d0d4e93
Base64
5q+8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BFC';
console.log(char);  // Output: 毼

Java:

char c = '\u6BFC';
System.out.println(c);  // Output: 毼

JSON:

{"text": "\u6BFC"}  // Value: 毼

Python:

char = '\u6BFC'
print(char)  # Output: 毼

Perl:

my $char = "\x{6BFC}";
print $char;  # Output: 毼

PHP:

$char = "\x{6BFC}";
echo $char;  // Output: 毼

Ruby:

char = "\u{6BFC}"
puts char  # Output: 毼

Rust:

let c = '\u{6BFC}';
println!("{}", c);  // Output: 毼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006BFC";  /* Display: 毼 */
}

HTML Decimal:

<p>HTML decimal: &#27644;</p>  <!-- Display: 毼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BFC;</p>  <!-- Display: 毼 -->

URL Encoding:

// 毼 URL encoding
https://unicodefinder.com/search.php?query=%E6%AF%BC

Encodings

MD5:

84b6127f15950d1e54e05a2f8653adf4

SHA1:

76e4216d517986e843d17f6c6d2dcfde2d0d4e93

Base64:

5q+8