Unicode Finder

"毸" U+6BF8(CJK UNIFIED IDEOGRAPH-6BF8)

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

Programming

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

Web

CSS
\006BF8
HtmlDecimal
毸
HtmlHexadecimal
毸
Url
%E6%AF%B8

Code

MD5
5a19a804bcd9705e411cd5493bbdf1c9
Sha1
42d22ef1dd61dbdf568621e3ed1228cceeab81ef
Base64
5q+4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BF8';
console.log(char);  // Output: 毸

Java:

char c = '\u6BF8';
System.out.println(c);  // Output: 毸

JSON:

{"text": "\u6BF8"}  // Value: 毸

Python:

char = '\u6BF8'
print(char)  # Output: 毸

Perl:

my $char = "\x{6BF8}";
print $char;  # Output: 毸

PHP:

$char = "\x{6BF8}";
echo $char;  // Output: 毸

Ruby:

char = "\u{6BF8}"
puts char  # Output: 毸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27640;</p>  <!-- Display: 毸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BF8;</p>  <!-- Display: 毸 -->

URL Encoding:

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

Encodings

MD5:

5a19a804bcd9705e411cd5493bbdf1c9

SHA1:

42d22ef1dd61dbdf568621e3ed1228cceeab81ef

Base64:

5q+4