C:
char c = '\u6993';
printf("%c\n", c); // Output: 榓
JavaScript:
const char = '\u6993';
console.log(char); // Output: 榓
Java:
char c = '\u6993';
System.out.println(c); // Output: 榓
JSON:
{"text": "\u6993"} // Value: 榓
Python:
char = '\u6993'
print(char) # Output: 榓
Perl:
my $char = "\x{6993}";
print $char; # Output: 榓
PHP:
$char = "\x{6993}";
echo $char; // Output: 榓
Ruby:
char = "\u{6993}"
puts char # Output: 榓
Rust:
let c = '\u{6993}';
println!("{}", c); // Output: 榓
Go:
char := '\u6993'
fmt.Printf("%c\n", char) // Output: 榓
CSS:
/* CSS content property */
.element::before {
content: "\006993"; /* 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%A6%93
MD5:
a38db5588b16b280e2900b39ce773bdb
SHA1:
d538e94f85ceea5ae3e4fd4a1819bcc30d2ae1d4
Base64:
5qaT