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