C:
char c = '\u632F';
printf("%c\n", c); // Output: 振
JavaScript:
const char = '\u632F';
console.log(char); // Output: 振
Java:
char c = '\u632F';
System.out.println(c); // Output: 振
JSON:
{"text": "\u632F"} // Value: 振
Python:
char = '\u632F'
print(char) # Output: 振
Perl:
my $char = "\x{632F}";
print $char; # Output: 振
PHP:
$char = "\x{632F}";
echo $char; // Output: 振
Ruby:
char = "\u{632F}"
puts char # Output: 振
Rust:
let c = '\u{632F}';
println!("{}", c); // Output: 振
Go:
char := '\u632F'
fmt.Printf("%c\n", char) // Output: 振
CSS:
/* CSS content property */
.element::before {
content: "\00632F"; /* 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%8C%AF
MD5:
065a2ee82cca99effe82ee64be371642
SHA1:
f82f11bbd9ecd00d275afe367c3a0f1d6b098d93
Base64:
5oyv