Unicode Finder

"毷" U+6BF7(CJK UNIFIED IDEOGRAPH-6BF7)

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

Programming

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

Web

CSS
\006BF7
HtmlDecimal
毷
HtmlHexadecimal
毷
Url
%E6%AF%B7

Code

MD5
e99bde5319156d865c807063fe352031
Sha1
74a9a10f5482db4c46d2ef20c9d440c15b10d308
Base64
5q+3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BF7';
console.log(char);  // Output: 毷

Java:

char c = '\u6BF7';
System.out.println(c);  // Output: 毷

JSON:

{"text": "\u6BF7"}  // Value: 毷

Python:

char = '\u6BF7'
print(char)  # Output: 毷

Perl:

my $char = "\x{6BF7}";
print $char;  # Output: 毷

PHP:

$char = "\x{6BF7}";
echo $char;  // Output: 毷

Ruby:

char = "\u{6BF7}"
puts char  # Output: 毷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27639;</p>  <!-- Display: 毷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BF7;</p>  <!-- Display: 毷 -->

URL Encoding:

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

Encodings

MD5:

e99bde5319156d865c807063fe352031

SHA1:

74a9a10f5482db4c46d2ef20c9d440c15b10d308

Base64:

5q+3