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