C:
char c = '\u6737';
printf("%c\n", c); // Output: 朷
JavaScript:
const char = '\u6737';
console.log(char); // Output: 朷
Java:
char c = '\u6737';
System.out.println(c); // Output: 朷
JSON:
{"text": "\u6737"} // Value: 朷
Python:
char = '\u6737'
print(char) # Output: 朷
Perl:
my $char = "\x{6737}";
print $char; # Output: 朷
PHP:
$char = "\x{6737}";
echo $char; // Output: 朷
Ruby:
char = "\u{6737}"
puts char # Output: 朷
Rust:
let c = '\u{6737}';
println!("{}", c); // Output: 朷
Go:
char := '\u6737'
fmt.Printf("%c\n", char) // Output: 朷
CSS:
/* CSS content property */
.element::before {
content: "\006737"; /* 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%9C%B7
MD5:
954e119139fedc6d61d778089e857fc4
SHA1:
14a1f4a3952d12b3c87e84d315155ec59d8e6b27
Base64:
5py3