C:
char c = '\u6952';
printf("%c\n", c); // Output: 楒
JavaScript:
const char = '\u6952';
console.log(char); // Output: 楒
Java:
char c = '\u6952';
System.out.println(c); // Output: 楒
JSON:
{"text": "\u6952"} // Value: 楒
Python:
char = '\u6952'
print(char) # Output: 楒
Perl:
my $char = "\x{6952}";
print $char; # Output: 楒
PHP:
$char = "\x{6952}";
echo $char; // Output: 楒
Ruby:
char = "\u{6952}"
puts char # Output: 楒
Rust:
let c = '\u{6952}';
println!("{}", c); // Output: 楒
Go:
char := '\u6952'
fmt.Printf("%c\n", char) // Output: 楒
CSS:
/* CSS content property */
.element::before {
content: "\006952"; /* 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%A5%92
MD5:
0ee41675c9f5db400f1d964ca25c38c0
SHA1:
37523c0acdf582e0d89c35c61fdece9892cf1350
Base64:
5qWS