Unicode Finder

"惁" U+60C1(CJK UNIFIED IDEOGRAPH-60C1)

U+60C1
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-60C1

Programming

C
\u60C1
JavaScript
\u60C1
Java
\u60C1
Json
\u60C1
Python
\u60C1
Perl
\x{60C1}
PHP
\x{60C1}
Ruby
\u{60C1}
Rust
\u{60C1}
Go
\u60C1

Web

CSS
\0060C1
HtmlDecimal
惁
HtmlHexadecimal
惁
Url
%E6%83%81

Code

MD5
c475e5e5f333a74768bae1a2a6a09fcd
Sha1
5d4b9bf05f9c048923eddbd3da9ca0990dd30f3c
Base64
5oOB

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u60C1';
console.log(char);  // Output: 惁

Java:

char c = '\u60C1';
System.out.println(c);  // Output: 惁

JSON:

{"text": "\u60C1"}  // Value: 惁

Python:

char = '\u60C1'
print(char)  # Output: 惁

Perl:

my $char = "\x{60C1}";
print $char;  # Output: 惁

PHP:

$char = "\x{60C1}";
echo $char;  // Output: 惁

Ruby:

char = "\u{60C1}"
puts char  # Output: 惁

Rust:

let c = '\u{60C1}';
println!("{}", c);  // Output: 惁

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0060C1";  /* Display: 惁 */
}

HTML Decimal:

<p>HTML decimal: &#24769;</p>  <!-- Display: 惁 -->

HTML Hexadecimal:

<p>HTML hex: &#x60C1;</p>  <!-- Display: 惁 -->

URL Encoding:

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

Encodings

MD5:

c475e5e5f333a74768bae1a2a6a09fcd

SHA1:

5d4b9bf05f9c048923eddbd3da9ca0990dd30f3c

Base64:

5oOB