Unicode Finder

"掰" U+63B0(CJK UNIFIED IDEOGRAPH-63B0)

U+63B0
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-63B0

Programming

C
\u63B0
JavaScript
\u63B0
Java
\u63B0
Json
\u63B0
Python
\u63B0
Perl
\x{63B0}
PHP
\x{63B0}
Ruby
\u{63B0}
Rust
\u{63B0}
Go
\u63B0

Web

CSS
\0063B0
HtmlDecimal
掰
HtmlHexadecimal
掰
Url
%E6%8E%B0

Code

MD5
b04cbb336b913e0b7cce5641f1bb7c5a
Sha1
8173936934f383a6292913c01a57a802310d68fb
Base64
5o6w

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u63B0';
console.log(char);  // Output: 掰

Java:

char c = '\u63B0';
System.out.println(c);  // Output: 掰

JSON:

{"text": "\u63B0"}  // Value: 掰

Python:

char = '\u63B0'
print(char)  # Output: 掰

Perl:

my $char = "\x{63B0}";
print $char;  # Output: 掰

PHP:

$char = "\x{63B0}";
echo $char;  // Output: 掰

Ruby:

char = "\u{63B0}"
puts char  # Output: 掰

Rust:

let c = '\u{63B0}';
println!("{}", c);  // Output: 掰

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0063B0";  /* Display: 掰 */
}

HTML Decimal:

<p>HTML decimal: &#25520;</p>  <!-- Display: 掰 -->

HTML Hexadecimal:

<p>HTML hex: &#x63B0;</p>  <!-- Display: 掰 -->

URL Encoding:

// 掰 URL encoding
https://unicodefinder.com/search.php?query=%E6%8E%B0

Encodings

MD5:

b04cbb336b913e0b7cce5641f1bb7c5a

SHA1:

8173936934f383a6292913c01a57a802310d68fb

Base64:

5o6w