C:
char c = '\u6934';
printf("%c\n", c); // Output: 椴
JavaScript:
const char = '\u6934';
console.log(char); // Output: 椴
Java:
char c = '\u6934';
System.out.println(c); // Output: 椴
JSON:
{"text": "\u6934"} // Value: 椴
Python:
char = '\u6934'
print(char) # Output: 椴
Perl:
my $char = "\x{6934}";
print $char; # Output: 椴
PHP:
$char = "\x{6934}";
echo $char; // Output: 椴
Ruby:
char = "\u{6934}"
puts char # Output: 椴
Rust:
let c = '\u{6934}';
println!("{}", c); // Output: 椴
Go:
char := '\u6934'
fmt.Printf("%c\n", char) // Output: 椴
CSS:
/* CSS content property */
.element::before {
content: "\006934"; /* 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%A4%B4
MD5:
7328ff956db22da7fe4184834327a1e3
SHA1:
2bc5374177338fd1741b7e35a91ba1e105ddf7b6
Base64:
5qS0