Unicode Finder

"阏" U+960F(CJK UNIFIED IDEOGRAPH-960F)

U+960F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-960F

Programming

C
\u960F
JavaScript
\u960F
Java
\u960F
Json
\u960F
Python
\u960F
Perl
\x{960F}
PHP
\x{960F}
Ruby
\u{960F}
Rust
\u{960F}
Go
\u960F

Web

CSS
\00960F
HtmlDecimal
阏
HtmlHexadecimal
阏
Url
%E9%98%8F

Code

MD5
8760fd3d9876405c8be106d1b0e0a2a8
Sha1
4e5d98ab790d19b2ff9fbcb0ac89ef95945faaa8
Base64
6ZiP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u960F';
console.log(char);  // Output: 阏

Java:

char c = '\u960F';
System.out.println(c);  // Output: 阏

JSON:

{"text": "\u960F"}  // Value: 阏

Python:

char = '\u960F'
print(char)  # Output: 阏

Perl:

my $char = "\x{960F}";
print $char;  # Output: 阏

PHP:

$char = "\x{960F}";
echo $char;  // Output: 阏

Ruby:

char = "\u{960F}"
puts char  # Output: 阏

Rust:

let c = '\u{960F}';
println!("{}", c);  // Output: 阏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00960F";  /* Display: 阏 */
}

HTML Decimal:

<p>HTML decimal: &#38415;</p>  <!-- Display: 阏 -->

HTML Hexadecimal:

<p>HTML hex: &#x960F;</p>  <!-- Display: 阏 -->

URL Encoding:

// 阏 URL encoding
https://unicodefinder.com/search.php?query=%E9%98%8F

Encodings

MD5:

8760fd3d9876405c8be106d1b0e0a2a8

SHA1:

4e5d98ab790d19b2ff9fbcb0ac89ef95945faaa8

Base64:

6ZiP