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