Unicode Finder

"懃" U+61C3(CJK UNIFIED IDEOGRAPH-61C3)

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

Programming

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

Web

CSS
\0061C3
HtmlDecimal
懃
HtmlHexadecimal
懃
Url
%E6%87%83

Code

MD5
ed8cbdea0d8d2b42be1de45534f1c585
Sha1
695d856c0b9d4f525e924a6f5382759c9d55c6a7
Base64
5oeD

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u61C3';
console.log(char);  // Output: 懃

Java:

char c = '\u61C3';
System.out.println(c);  // Output: 懃

JSON:

{"text": "\u61C3"}  // Value: 懃

Python:

char = '\u61C3'
print(char)  # Output: 懃

Perl:

my $char = "\x{61C3}";
print $char;  # Output: 懃

PHP:

$char = "\x{61C3}";
echo $char;  // Output: 懃

Ruby:

char = "\u{61C3}"
puts char  # Output: 懃

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25027;</p>  <!-- Display: 懃 -->

HTML Hexadecimal:

<p>HTML hex: &#x61C3;</p>  <!-- Display: 懃 -->

URL Encoding:

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

Encodings

MD5:

ed8cbdea0d8d2b42be1de45534f1c585

SHA1:

695d856c0b9d4f525e924a6f5382759c9d55c6a7

Base64:

5oeD