C:
char c = '\u8A3B';
printf("%c\n", c); // Output: 註
JavaScript:
const char = '\u8A3B';
console.log(char); // Output: 註
Java:
char c = '\u8A3B';
System.out.println(c); // Output: 註
JSON:
{"text": "\u8A3B"} // Value: 註
Python:
char = '\u8A3B'
print(char) # Output: 註
Perl:
my $char = "\x{8A3B}";
print $char; # Output: 註
PHP:
$char = "\x{8A3B}";
echo $char; // Output: 註
Ruby:
char = "\u{8A3B}"
puts char # Output: 註
Rust:
let c = '\u{8A3B}';
println!("{}", c); // Output: 註
Go:
char := '\u8A3B'
fmt.Printf("%c\n", char) // Output: 註
CSS:
/* CSS content property */
.element::before {
content: "\008A3B"; /* 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=%E8%A8%BB
MD5:
77aefe79176f001d7bf4d07b5d344446
SHA1:
b953416a433d8c675e0002303887d7400e270f43
Base64:
6Ki7