C:
char c = '\u20BA';
printf("%c\n", c); // Output: ₺
JavaScript:
const char = '\u20BA';
console.log(char); // Output: ₺
Java:
char c = '\u20BA';
System.out.println(c); // Output: ₺
JSON:
{"text": "\u20BA"} // Value: ₺
Python:
char = '\u20BA'
print(char) # Output: ₺
Perl:
my $char = "\x{20BA}";
print $char; # Output: ₺
PHP:
$char = "\x{20BA}";
echo $char; // Output: ₺
Ruby:
char = "\u{20BA}"
puts char # Output: ₺
Rust:
let c = '\u{20BA}';
println!("{}", c); // Output: ₺
Go:
char := '\u20BA'
fmt.Printf("%c\n", char) // Output: ₺
CSS:
/* CSS content property */
.element::before {
content: "\0020BA"; /* 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=%E2%82%BA
MD5:
9a41ebd2573ec8b54a1fca63a89862f8
SHA1:
84a067e79296a571c26ad3c4a122e34786b546f7
Base64:
4oK6