Unicode Finder

"雏" U+96CF(CJK UNIFIED IDEOGRAPH-96CF)

U+96CF
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-96CF

Programming

C
\u96CF
JavaScript
\u96CF
Java
\u96CF
Json
\u96CF
Python
\u96CF
Perl
\x{96CF}
PHP
\x{96CF}
Ruby
\u{96CF}
Rust
\u{96CF}
Go
\u96CF

Web

CSS
\0096CF
HtmlDecimal
雏
HtmlHexadecimal
雏
Url
%E9%9B%8F

Code

MD5
b8d99faf113fbd9242c34718f29b1d02
Sha1
bbfba67c95b39402efbe9f47d109a63d1fb0bd71
Base64
6ZuP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u96CF';
console.log(char);  // Output: 雏

Java:

char c = '\u96CF';
System.out.println(c);  // Output: 雏

JSON:

{"text": "\u96CF"}  // Value: 雏

Python:

char = '\u96CF'
print(char)  # Output: 雏

Perl:

my $char = "\x{96CF}";
print $char;  # Output: 雏

PHP:

$char = "\x{96CF}";
echo $char;  // Output: 雏

Ruby:

char = "\u{96CF}"
puts char  # Output: 雏

Rust:

let c = '\u{96CF}';
println!("{}", c);  // Output: 雏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0096CF";  /* Display: 雏 */
}

HTML Decimal:

<p>HTML decimal: &#38607;</p>  <!-- Display: 雏 -->

HTML Hexadecimal:

<p>HTML hex: &#x96CF;</p>  <!-- Display: 雏 -->

URL Encoding:

// 雏 URL encoding
https://unicodefinder.com/search.php?query=%E9%9B%8F

Encodings

MD5:

b8d99faf113fbd9242c34718f29b1d02

SHA1:

bbfba67c95b39402efbe9f47d109a63d1fb0bd71

Base64:

6ZuP