Unicode Finder

"傼" U+50BC(CJK UNIFIED IDEOGRAPH-50BC)

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

Programming

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

Web

CSS
\0050BC
HtmlDecimal
傼
HtmlHexadecimal
傼
Url
%E5%82%BC

Code

MD5
e91597bf762d10e78124e5ac9b916561
Sha1
3a45fd087a3f895231118cd15654d73edb0ee38d
Base64
5YK8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u50BC';
console.log(char);  // Output: 傼

Java:

char c = '\u50BC';
System.out.println(c);  // Output: 傼

JSON:

{"text": "\u50BC"}  // Value: 傼

Python:

char = '\u50BC'
print(char)  # Output: 傼

Perl:

my $char = "\x{50BC}";
print $char;  # Output: 傼

PHP:

$char = "\x{50BC}";
echo $char;  // Output: 傼

Ruby:

char = "\u{50BC}"
puts char  # Output: 傼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20668;</p>  <!-- Display: 傼 -->

HTML Hexadecimal:

<p>HTML hex: &#x50BC;</p>  <!-- Display: 傼 -->

URL Encoding:

// 傼 URL encoding
https://unicodefinder.com/search.php?query=%E5%82%BC

Encodings

MD5:

e91597bf762d10e78124e5ac9b916561

SHA1:

3a45fd087a3f895231118cd15654d73edb0ee38d

Base64:

5YK8