C:
char c = '\u6A9B';
printf("%c\n", c); // Output: 檛
JavaScript:
const char = '\u6A9B';
console.log(char); // Output: 檛
Java:
char c = '\u6A9B';
System.out.println(c); // Output: 檛
JSON:
{"text": "\u6A9B"} // Value: 檛
Python:
char = '\u6A9B'
print(char) # Output: 檛
Perl:
my $char = "\x{6A9B}";
print $char; # Output: 檛
PHP:
$char = "\x{6A9B}";
echo $char; // Output: 檛
Ruby:
char = "\u{6A9B}"
puts char # Output: 檛
Rust:
let c = '\u{6A9B}';
println!("{}", c); // Output: 檛
Go:
char := '\u6A9B'
fmt.Printf("%c\n", char) // Output: 檛
CSS:
/* CSS content property */
.element::before {
content: "\006A9B"; /* 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%AA%9B
MD5:
658810995663e26a9b3891dfdc193aeb
SHA1:
6640325d4b657f9a2cc7220776dca00b1e7baf17
Base64:
5qqb