Unicode Finder

"毿" U+6BFF(CJK UNIFIED IDEOGRAPH-6BFF)

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

Programming

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

Web

CSS
\006BFF
HtmlDecimal
毿
HtmlHexadecimal
毿
Url
%E6%AF%BF

Code

MD5
db019d4dfb5fd4101d807f1957e8f542
Sha1
57e2cdc6f7c610f1f9c6067656104234226bbc4f
Base64
5q+/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BFF';
console.log(char);  // Output: 毿

Java:

char c = '\u6BFF';
System.out.println(c);  // Output: 毿

JSON:

{"text": "\u6BFF"}  // Value: 毿

Python:

char = '\u6BFF'
print(char)  # Output: 毿

Perl:

my $char = "\x{6BFF}";
print $char;  # Output: 毿

PHP:

$char = "\x{6BFF}";
echo $char;  // Output: 毿

Ruby:

char = "\u{6BFF}"
puts char  # Output: 毿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27647;</p>  <!-- Display: 毿 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BFF;</p>  <!-- Display: 毿 -->

URL Encoding:

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

Encodings

MD5:

db019d4dfb5fd4101d807f1957e8f542

SHA1:

57e2cdc6f7c610f1f9c6067656104234226bbc4f

Base64:

5q+/