Unicode Finder

"憼" U+61BC(CJK UNIFIED IDEOGRAPH-61BC)

U+61BC
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-61BC

Programming

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

Web

CSS
\0061BC
HtmlDecimal
憼
HtmlHexadecimal
憼
Url
%E6%86%BC

Code

MD5
6b0cb7086a7aa0e090f389cafba4cc9e
Sha1
e5603b77f7f7612fa2038dbd51fac4d1d6288435
Base64
5oa8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u61BC';
console.log(char);  // Output: 憼

Java:

char c = '\u61BC';
System.out.println(c);  // Output: 憼

JSON:

{"text": "\u61BC"}  // Value: 憼

Python:

char = '\u61BC'
print(char)  # Output: 憼

Perl:

my $char = "\x{61BC}";
print $char;  # Output: 憼

PHP:

$char = "\x{61BC}";
echo $char;  // Output: 憼

Ruby:

char = "\u{61BC}"
puts char  # Output: 憼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25020;</p>  <!-- Display: 憼 -->

HTML Hexadecimal:

<p>HTML hex: &#x61BC;</p>  <!-- Display: 憼 -->

URL Encoding:

// 憼 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%BC

Encodings

MD5:

6b0cb7086a7aa0e090f389cafba4cc9e

SHA1:

e5603b77f7f7612fa2038dbd51fac4d1d6288435

Base64:

5oa8