Unicode Finder

"懄" U+61C4(CJK UNIFIED IDEOGRAPH-61C4)

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

Programming

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

Web

CSS
\0061C4
HtmlDecimal
懄
HtmlHexadecimal
懄
Url
%E6%87%84

Code

MD5
e74cde289da2e5dc46540f5ff10542c9
Sha1
2c31cc844b6c9bd2c7aa8d70b3f81d051d0922f6
Base64
5oeE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u61C4';
console.log(char);  // Output: 懄

Java:

char c = '\u61C4';
System.out.println(c);  // Output: 懄

JSON:

{"text": "\u61C4"}  // Value: 懄

Python:

char = '\u61C4'
print(char)  # Output: 懄

Perl:

my $char = "\x{61C4}";
print $char;  # Output: 懄

PHP:

$char = "\x{61C4}";
echo $char;  // Output: 懄

Ruby:

char = "\u{61C4}"
puts char  # Output: 懄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25028;</p>  <!-- Display: 懄 -->

HTML Hexadecimal:

<p>HTML hex: &#x61C4;</p>  <!-- Display: 懄 -->

URL Encoding:

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

Encodings

MD5:

e74cde289da2e5dc46540f5ff10542c9

SHA1:

2c31cc844b6c9bd2c7aa8d70b3f81d051d0922f6

Base64:

5oeE