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: 掰
CSS:
/* CSS content property */
.element::before {
content: "\0063B0"; /* Display: 掰 */
}
HTML Decimal:
<p>HTML decimal: 掰</p> <!-- Display: 掰 -->
HTML Hexadecimal:
<p>HTML hex: 掰</p> <!-- Display: 掰 -->
URL Encoding:
// 掰 URL encoding
https://unicodefinder.com/search.php?query=%E6%8E%B0
MD5:
b04cbb336b913e0b7cce5641f1bb7c5a
SHA1:
8173936934f383a6292913c01a57a802310d68fb
Base64:
5o6w