Unicode Finder

"阔" U+9614(CJK UNIFIED IDEOGRAPH-9614)

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

Programming

C
\u9614
JavaScript
\u9614
Java
\u9614
Json
\u9614
Python
\u9614
Perl
\x{9614}
PHP
\x{9614}
Ruby
\u{9614}
Rust
\u{9614}
Go
\u9614

Web

CSS
\009614
HtmlDecimal
阔
HtmlHexadecimal
阔
Url
%E9%98%94

Code

MD5
4a00c36d8f7dc13cfde79b0c86d5ebfc
Sha1
73d2d62133a85b1083e7454671ef4abfa4aca1ea
Base64
6ZiU

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9614';
console.log(char);  // Output: 阔

Java:

char c = '\u9614';
System.out.println(c);  // Output: 阔

JSON:

{"text": "\u9614"}  // Value: 阔

Python:

char = '\u9614'
print(char)  # Output: 阔

Perl:

my $char = "\x{9614}";
print $char;  # Output: 阔

PHP:

$char = "\x{9614}";
echo $char;  // Output: 阔

Ruby:

char = "\u{9614}"
puts char  # Output: 阔

Rust:

let c = '\u{9614}';
println!("{}", c);  // Output: 阔

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009614";  /* Display: 阔 */
}

HTML Decimal:

<p>HTML decimal: &#38420;</p>  <!-- Display: 阔 -->

HTML Hexadecimal:

<p>HTML hex: &#x9614;</p>  <!-- Display: 阔 -->

URL Encoding:

// 阔 URL encoding
https://unicodefinder.com/search.php?query=%E9%98%94

Encodings

MD5:

4a00c36d8f7dc13cfde79b0c86d5ebfc

SHA1:

73d2d62133a85b1083e7454671ef4abfa4aca1ea

Base64:

6ZiU