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