C:
char c = '\u1FF7';
printf("%c\n", c); // Output: ῷ
JavaScript:
const char = '\u1FF7';
console.log(char); // Output: ῷ
Java:
char c = '\u1FF7';
System.out.println(c); // Output: ῷ
JSON:
{"text": "\u1FF7"} // Value: ῷ
Python:
char = '\u1FF7'
print(char) # Output: ῷ
Perl:
my $char = "\x{1FF7}";
print $char; # Output: ῷ
PHP:
$char = "\x{1FF7}";
echo $char; // Output: ῷ
Ruby:
char = "\u{1FF7}"
puts char # Output: ῷ
Rust:
let c = '\u{1FF7}';
println!("{}", c); // Output: ῷ
Go:
char := '\u1FF7'
fmt.Printf("%c\n", char) // Output: ῷ
CSS:
/* CSS content property */
.element::before {
content: "\001FF7"; /* 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=%E1%BF%B7
MD5:
784a43c6a7fbfa6bfd7be39597233643
SHA1:
87fdde34339622951de233ea8c9e8d4905077569
Base64:
4b+3