C:
char c = '\uA670';
printf("%c\n", c); // Output: ꙰
JavaScript:
const char = '\uA670';
console.log(char); // Output: ꙰
Java:
char c = '\uA670';
System.out.println(c); // Output: ꙰
JSON:
{"text": "\uA670"} // Value: ꙰
Python:
char = '\uA670'
print(char) # Output: ꙰
Perl:
my $char = "\x{A670}";
print $char; # Output: ꙰
PHP:
$char = "\x{A670}";
echo $char; // Output: ꙰
Ruby:
char = "\u{A670}"
puts char # Output: ꙰
Rust:
let c = '\u{A670}';
println!("{}", c); // Output: ꙰
Go:
char := '\uA670'
fmt.Printf("%c\n", char) // Output: ꙰
CSS:
/* CSS content property */
.element::before {
content: "\00A670"; /* 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%99%B0
MD5:
97e7d99d021439f9b307ca19313fce2b
SHA1:
ded4a2159aaad994df5fd893480dab6c00627e2e
Base64:
6pmw