Unicode Finder

"毵" U+6BF5(CJK UNIFIED IDEOGRAPH-6BF5)

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

Programming

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

Web

CSS
\006BF5
HtmlDecimal
毵
HtmlHexadecimal
毵
Url
%E6%AF%B5

Code

MD5
eac60949a5caf144ff0f74c338139c4a
Sha1
91fd422a4681ddf9b95d1522e1d9181b11a20da2
Base64
5q+1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BF5';
console.log(char);  // Output: 毵

Java:

char c = '\u6BF5';
System.out.println(c);  // Output: 毵

JSON:

{"text": "\u6BF5"}  // Value: 毵

Python:

char = '\u6BF5'
print(char)  # Output: 毵

Perl:

my $char = "\x{6BF5}";
print $char;  # Output: 毵

PHP:

$char = "\x{6BF5}";
echo $char;  // Output: 毵

Ruby:

char = "\u{6BF5}"
puts char  # Output: 毵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27637;</p>  <!-- Display: 毵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BF5;</p>  <!-- Display: 毵 -->

URL Encoding:

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

Encodings

MD5:

eac60949a5caf144ff0f74c338139c4a

SHA1:

91fd422a4681ddf9b95d1522e1d9181b11a20da2

Base64:

5q+1