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