Unicode Finder

"懙" U+61D9(CJK UNIFIED IDEOGRAPH-61D9)

U+61D9
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-61D9

Programming

C
\u61D9
JavaScript
\u61D9
Java
\u61D9
Json
\u61D9
Python
\u61D9
Perl
\x{61D9}
PHP
\x{61D9}
Ruby
\u{61D9}
Rust
\u{61D9}
Go
\u61D9

Web

CSS
\0061D9
HtmlDecimal
懙
HtmlHexadecimal
懙
Url
%E6%87%99

Code

MD5
54038b5e666674d9bc406d374ae4f324
Sha1
8d0bf086d5d7bf2a4055f53664277f7de1668c3a
Base64
5oeZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u61D9';
console.log(char);  // Output: 懙

Java:

char c = '\u61D9';
System.out.println(c);  // Output: 懙

JSON:

{"text": "\u61D9"}  // Value: 懙

Python:

char = '\u61D9'
print(char)  # Output: 懙

Perl:

my $char = "\x{61D9}";
print $char;  # Output: 懙

PHP:

$char = "\x{61D9}";
echo $char;  // Output: 懙

Ruby:

char = "\u{61D9}"
puts char  # Output: 懙

Rust:

let c = '\u{61D9}';
println!("{}", c);  // Output: 懙

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0061D9";  /* Display: 懙 */
}

HTML Decimal:

<p>HTML decimal: &#25049;</p>  <!-- Display: 懙 -->

HTML Hexadecimal:

<p>HTML hex: &#x61D9;</p>  <!-- Display: 懙 -->

URL Encoding:

// 懙 URL encoding
https://unicodefinder.com/search.php?query=%E6%87%99

Encodings

MD5:

54038b5e666674d9bc406d374ae4f324

SHA1:

8d0bf086d5d7bf2a4055f53664277f7de1668c3a

Base64:

5oeZ