Unicode Finder

"惈" U+60C8(CJK UNIFIED IDEOGRAPH-60C8)

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

Programming

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

Web

CSS
\0060C8
HtmlDecimal
惈
HtmlHexadecimal
惈
Url
%E6%83%88

Code

MD5
a1df17df7a3263ea89158f0e4e6d36a7
Sha1
67bcf20010a4ace26f12737d06560244aa1eaf5d
Base64
5oOI

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u60C8';
console.log(char);  // Output: 惈

Java:

char c = '\u60C8';
System.out.println(c);  // Output: 惈

JSON:

{"text": "\u60C8"}  // Value: 惈

Python:

char = '\u60C8'
print(char)  # Output: 惈

Perl:

my $char = "\x{60C8}";
print $char;  # Output: 惈

PHP:

$char = "\x{60C8}";
echo $char;  // Output: 惈

Ruby:

char = "\u{60C8}"
puts char  # Output: 惈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24776;</p>  <!-- Display: 惈 -->

HTML Hexadecimal:

<p>HTML hex: &#x60C8;</p>  <!-- Display: 惈 -->

URL Encoding:

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

Encodings

MD5:

a1df17df7a3263ea89158f0e4e6d36a7

SHA1:

67bcf20010a4ace26f12737d06560244aa1eaf5d

Base64:

5oOI