C:
char c = '\uA837';
printf("%c\n", c); // Output: ꠷
JavaScript:
const char = '\uA837';
console.log(char); // Output: ꠷
Java:
char c = '\uA837';
System.out.println(c); // Output: ꠷
JSON:
{"text": "\uA837"} // Value: ꠷
Python:
char = '\uA837'
print(char) # Output: ꠷
Perl:
my $char = "\x{A837}";
print $char; # Output: ꠷
PHP:
$char = "\x{A837}";
echo $char; // Output: ꠷
Ruby:
char = "\u{A837}"
puts char # Output: ꠷
Rust:
let c = '\u{A837}';
println!("{}", c); // Output: ꠷
Go:
char := '\uA837'
fmt.Printf("%c\n", char) // Output: ꠷
CSS:
/* CSS content property */
.element::before {
content: "\00A837"; /* 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%A0%B7
MD5:
ea445c4744f18b9c0af2a112e0ca8df2
SHA1:
42de4d397948cf21d1b55b3c383941a4ee6fc9ae
Base64:
6qC3