C:
char c = '\uA37F';
printf("%c\n", c); // Output: ꍿ
JavaScript:
const char = '\uA37F';
console.log(char); // Output: ꍿ
Java:
char c = '\uA37F';
System.out.println(c); // Output: ꍿ
JSON:
{"text": "\uA37F"} // Value: ꍿ
Python:
char = '\uA37F'
print(char) # Output: ꍿ
Perl:
my $char = "\x{A37F}";
print $char; # Output: ꍿ
PHP:
$char = "\x{A37F}";
echo $char; // Output: ꍿ
Ruby:
char = "\u{A37F}"
puts char # Output: ꍿ
Rust:
let c = '\u{A37F}';
println!("{}", c); // Output: ꍿ
Go:
char := '\uA37F'
fmt.Printf("%c\n", char) // Output: ꍿ
CSS:
/* CSS content property */
.element::before {
content: "\00A37F"; /* 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%8D%BF
MD5:
13526c112ebc7446ab3000307101d2a6
SHA1:
bd85cd41e741678dec4dccfc39d7d8f0df89327f
Base64:
6o2/