C:
char c = '\u10F9';
printf("%c\n", c); // Output: ჹ
JavaScript:
const char = '\u10F9';
console.log(char); // Output: ჹ
Java:
char c = '\u10F9';
System.out.println(c); // Output: ჹ
JSON:
{"text": "\u10F9"} // Value: ჹ
Python:
char = '\u10F9'
print(char) # Output: ჹ
Perl:
my $char = "\x{10F9}";
print $char; # Output: ჹ
PHP:
$char = "\x{10F9}";
echo $char; // Output: ჹ
Ruby:
char = "\u{10F9}"
puts char # Output: ჹ
Rust:
let c = '\u{10F9}';
println!("{}", c); // Output: ჹ
Go:
char := '\u10F9'
fmt.Printf("%c\n", char) // Output: ჹ
CSS:
/* CSS content property */
.element::before {
content: "\0010F9"; /* 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%83%B9
MD5:
6f8234f0882dfcd50961baeb9228546d
SHA1:
960a94766b4f6b5cd9d7b4aecf82e09671ac612d
Base64:
4YO5