C:
char c = '\uA49B';
printf("%c\n", c); // Output: ꒛
JavaScript:
const char = '\uA49B';
console.log(char); // Output: ꒛
Java:
char c = '\uA49B';
System.out.println(c); // Output: ꒛
JSON:
{"text": "\uA49B"} // Value: ꒛
Python:
char = '\uA49B'
print(char) # Output: ꒛
Perl:
my $char = "\x{A49B}";
print $char; # Output: ꒛
PHP:
$char = "\x{A49B}";
echo $char; // Output: ꒛
Ruby:
char = "\u{A49B}"
puts char # Output: ꒛
Rust:
let c = '\u{A49B}';
println!("{}", c); // Output: ꒛
Go:
char := '\uA49B'
fmt.Printf("%c\n", char) // Output: ꒛
CSS:
/* CSS content property */
.element::before {
content: "\00A49B"; /* 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%92%9B
MD5:
4a4895fc31241815b7f5314bc84244c6
SHA1:
6298ece34406622f92b5bb05bf1c0eac13844313
Base64:
6pKb