C:
char c = '\u6992';
printf("%c\n", c); // Output: 榒
JavaScript:
const char = '\u6992';
console.log(char); // Output: 榒
Java:
char c = '\u6992';
System.out.println(c); // Output: 榒
JSON:
{"text": "\u6992"} // Value: 榒
Python:
char = '\u6992'
print(char) # Output: 榒
Perl:
my $char = "\x{6992}";
print $char; # Output: 榒
PHP:
$char = "\x{6992}";
echo $char; // Output: 榒
Ruby:
char = "\u{6992}"
puts char # Output: 榒
Rust:
let c = '\u{6992}';
println!("{}", c); // Output: 榒
Go:
char := '\u6992'
fmt.Printf("%c\n", char) // Output: 榒
CSS:
/* CSS content property */
.element::before {
content: "\006992"; /* 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%92
MD5:
352605b4c93098453f8c794ccae453da
SHA1:
8cbfd3ca65fb936ae3da99599cb704eb51a6f4b2
Base64:
5qaS