C:
char c = '\u17B7';
printf("%c\n", c); // Output: ិ
JavaScript:
const char = '\u17B7';
console.log(char); // Output: ិ
Java:
char c = '\u17B7';
System.out.println(c); // Output: ិ
JSON:
{"text": "\u17B7"} // Value: ិ
Python:
char = '\u17B7'
print(char) # Output: ិ
Perl:
my $char = "\x{17B7}";
print $char; # Output: ិ
PHP:
$char = "\x{17B7}";
echo $char; // Output: ិ
Ruby:
char = "\u{17B7}"
puts char # Output: ិ
Rust:
let c = '\u{17B7}';
println!("{}", c); // Output: ិ
Go:
char := '\u17B7'
fmt.Printf("%c\n", char) // Output: ិ
CSS:
/* CSS content property */
.element::before {
content: "\0017B7"; /* 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%9E%B7
MD5:
4dbd85f52ff2a26d549cd462bf147635
SHA1:
f4cd88541ca53858bb5cd7eec42d2b1b29426b1e
Base64:
4Z63