C:
char c = '\uA5B6';
printf("%c\n", c); // Output: ꖶ
JavaScript:
const char = '\uA5B6';
console.log(char); // Output: ꖶ
Java:
char c = '\uA5B6';
System.out.println(c); // Output: ꖶ
JSON:
{"text": "\uA5B6"} // Value: ꖶ
Python:
char = '\uA5B6'
print(char) # Output: ꖶ
Perl:
my $char = "\x{A5B6}";
print $char; # Output: ꖶ
PHP:
$char = "\x{A5B6}";
echo $char; // Output: ꖶ
Ruby:
char = "\u{A5B6}"
puts char # Output: ꖶ
Rust:
let c = '\u{A5B6}';
println!("{}", c); // Output: ꖶ
Go:
char := '\uA5B6'
fmt.Printf("%c\n", char) // Output: ꖶ
CSS:
/* CSS content property */
.element::before {
content: "\00A5B6"; /* 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=%EA%96%B6
MD5:
82afd0120fa11879f1a255911e9c4b73
SHA1:
1f662e3c15038c047db7d102dc9d52856f70b583
Base64:
6pa2