C:
char c = '\u63FA';
printf("%c\n", c); // Output: 揺
JavaScript:
const char = '\u63FA';
console.log(char); // Output: 揺
Java:
char c = '\u63FA';
System.out.println(c); // Output: 揺
JSON:
{"text": "\u63FA"} // Value: 揺
Python:
char = '\u63FA'
print(char) # Output: 揺
Perl:
my $char = "\x{63FA}";
print $char; # Output: 揺
PHP:
$char = "\x{63FA}";
echo $char; // Output: 揺
Ruby:
char = "\u{63FA}"
puts char # Output: 揺
Rust:
let c = '\u{63FA}';
println!("{}", c); // Output: 揺
Go:
char := '\u63FA'
fmt.Printf("%c\n", char) // Output: 揺
CSS:
/* CSS content property */
.element::before {
content: "\0063FA"; /* 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%8F%BA
MD5:
d753441d1865f219282eff7abbd2a3d4
SHA1:
315ad66ae7f7ddf9648e165cfb380c5b3541d434
Base64:
5o+6