C:
char c = '\uA9F6';
printf("%c\n", c); // Output: ꧶
JavaScript:
const char = '\uA9F6';
console.log(char); // Output: ꧶
Java:
char c = '\uA9F6';
System.out.println(c); // Output: ꧶
JSON:
{"text": "\uA9F6"} // Value: ꧶
Python:
char = '\uA9F6'
print(char) # Output: ꧶
Perl:
my $char = "\x{A9F6}";
print $char; # Output: ꧶
PHP:
$char = "\x{A9F6}";
echo $char; // Output: ꧶
Ruby:
char = "\u{A9F6}"
puts char # Output: ꧶
Rust:
let c = '\u{A9F6}';
println!("{}", c); // Output: ꧶
Go:
char := '\uA9F6'
fmt.Printf("%c\n", char) // Output: ꧶
CSS:
/* CSS content property */
.element::before {
content: "\00A9F6"; /* 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%A7%B6
MD5:
72fd48b600576cff5352fe8ae2f4920a
SHA1:
4fc42d493c9ecea729c214d7de9ee5e5cad9696c
Base64:
6qe2