C:
char c = '\uA69F';
printf("%c\n", c); // Output: ꚟ
JavaScript:
const char = '\uA69F';
console.log(char); // Output: ꚟ
Java:
char c = '\uA69F';
System.out.println(c); // Output: ꚟ
JSON:
{"text": "\uA69F"} // Value: ꚟ
Python:
char = '\uA69F'
print(char) # Output: ꚟ
Perl:
my $char = "\x{A69F}";
print $char; # Output: ꚟ
PHP:
$char = "\x{A69F}";
echo $char; // Output: ꚟ
Ruby:
char = "\u{A69F}"
puts char # Output: ꚟ
Rust:
let c = '\u{A69F}';
println!("{}", c); // Output: ꚟ
Go:
char := '\uA69F'
fmt.Printf("%c\n", char) // Output: ꚟ
CSS:
/* CSS content property */
.element::before {
content: "\00A69F"; /* 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%9A%9F
MD5:
305c7fb83295a01da846b28684920b84
SHA1:
1e4a75da4b5ed4bbbfc0283b65dd41f868794f3b
Base64:
6pqf