Unicode Finder

"靄" U+9744(CJK UNIFIED IDEOGRAPH-9744)

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

Programming

C
\u9744
JavaScript
\u9744
Java
\u9744
Json
\u9744
Python
\u9744
Perl
\x{9744}
PHP
\x{9744}
Ruby
\u{9744}
Rust
\u{9744}
Go
\u9744

Web

CSS
\009744
HtmlDecimal
靄
HtmlHexadecimal
靄
Url
%E9%9D%84

Code

MD5
8ca35fbcb052557b0fcabae1a2eacdbb
Sha1
413f1664ecccdd11428741e0d3d937458926b733
Base64
6Z2E

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9744';
console.log(char);  // Output: 靄

Java:

char c = '\u9744';
System.out.println(c);  // Output: 靄

JSON:

{"text": "\u9744"}  // Value: 靄

Python:

char = '\u9744'
print(char)  # Output: 靄

Perl:

my $char = "\x{9744}";
print $char;  # Output: 靄

PHP:

$char = "\x{9744}";
echo $char;  // Output: 靄

Ruby:

char = "\u{9744}"
puts char  # Output: 靄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009744";  /* Display: 靄 */
}

HTML Decimal:

<p>HTML decimal: &#38724;</p>  <!-- Display: 靄 -->

HTML Hexadecimal:

<p>HTML hex: &#x9744;</p>  <!-- Display: 靄 -->

URL Encoding:

// 靄 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%84

Encodings

MD5:

8ca35fbcb052557b0fcabae1a2eacdbb

SHA1:

413f1664ecccdd11428741e0d3d937458926b733

Base64:

6Z2E