C:
char c = '\u69B7';
printf("%c\n", c); // Output: 榷
JavaScript:
const char = '\u69B7';
console.log(char); // Output: 榷
Java:
char c = '\u69B7';
System.out.println(c); // Output: 榷
JSON:
{"text": "\u69B7"} // Value: 榷
Python:
char = '\u69B7'
print(char) # Output: 榷
Perl:
my $char = "\x{69B7}";
print $char; # Output: 榷
PHP:
$char = "\x{69B7}";
echo $char; // Output: 榷
Ruby:
char = "\u{69B7}"
puts char # Output: 榷
Rust:
let c = '\u{69B7}';
println!("{}", c); // Output: 榷
Go:
char := '\u69B7'
fmt.Printf("%c\n", char) // Output: 榷
CSS:
/* CSS content property */
.element::before {
content: "\0069B7"; /* 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%B7
MD5:
61a1387dacc905c6d12e9b3012471f09
SHA1:
7d2100d199742a39403fc23c63e612d81fafcc8c
Base64:
5qa3