C:
char c = '\uA67E';
printf("%c\n", c); // Output: ꙾
JavaScript:
const char = '\uA67E';
console.log(char); // Output: ꙾
Java:
char c = '\uA67E';
System.out.println(c); // Output: ꙾
JSON:
{"text": "\uA67E"} // Value: ꙾
Python:
char = '\uA67E'
print(char) # Output: ꙾
Perl:
my $char = "\x{A67E}";
print $char; # Output: ꙾
PHP:
$char = "\x{A67E}";
echo $char; // Output: ꙾
Ruby:
char = "\u{A67E}"
puts char # Output: ꙾
Rust:
let c = '\u{A67E}';
println!("{}", c); // Output: ꙾
Go:
char := '\uA67E'
fmt.Printf("%c\n", char) // Output: ꙾
CSS:
/* CSS content property */
.element::before {
content: "\00A67E"; /* 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%BE
MD5:
90469155b4d27d618c05962a54f045ac
SHA1:
4e090ed515fedeb4aa2ed2736ecefcdc2c3e3f04
Base64:
6pm+