Unicode Finder

"儛" U+511B(CJK UNIFIED IDEOGRAPH-511B)

U+511B
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-511B

Programming

C
\u511B
JavaScript
\u511B
Java
\u511B
Json
\u511B
Python
\u511B
Perl
\x{511B}
PHP
\x{511B}
Ruby
\u{511B}
Rust
\u{511B}
Go
\u511B

Web

CSS
\00511B
HtmlDecimal
儛
HtmlHexadecimal
儛
Url
%E5%84%9B

Code

MD5
af5c58681a0409ec5510c9923542fb41
Sha1
92e1da0f329ad8831fc19c6d556fdc79359d039c
Base64
5YSb

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u511B';
console.log(char);  // Output: 儛

Java:

char c = '\u511B';
System.out.println(c);  // Output: 儛

JSON:

{"text": "\u511B"}  // Value: 儛

Python:

char = '\u511B'
print(char)  # Output: 儛

Perl:

my $char = "\x{511B}";
print $char;  # Output: 儛

PHP:

$char = "\x{511B}";
echo $char;  // Output: 儛

Ruby:

char = "\u{511B}"
puts char  # Output: 儛

Rust:

let c = '\u{511B}';
println!("{}", c);  // Output: 儛

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00511B";  /* Display: 儛 */
}

HTML Decimal:

<p>HTML decimal: &#20763;</p>  <!-- Display: 儛 -->

HTML Hexadecimal:

<p>HTML hex: &#x511B;</p>  <!-- Display: 儛 -->

URL Encoding:

// 儛 URL encoding
https://unicodefinder.com/search.php?query=%E5%84%9B

Encodings

MD5:

af5c58681a0409ec5510c9923542fb41

SHA1:

92e1da0f329ad8831fc19c6d556fdc79359d039c

Base64:

5YSb