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