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