C:
char c = '\u0C7B';
printf("%c\n", c); // Output: ౻
JavaScript:
const char = '\u0C7B';
console.log(char); // Output: ౻
Java:
char c = '\u0C7B';
System.out.println(c); // Output: ౻
JSON:
{"text": "\u0C7B"} // Value: ౻
Python:
char = '\u0C7B'
print(char) # Output: ౻
Perl:
my $char = "\x{0C7B}";
print $char; # Output: ౻
PHP:
$char = "\x{0C7B}";
echo $char; // Output: ౻
Ruby:
char = "\u{0C7B}"
puts char # Output: ౻
Rust:
let c = '\u{C7B}';
println!("{}", c); // Output: ౻
Go:
char := '\u0C7B'
fmt.Printf("%c\n", char) // Output: ౻
CSS:
/* CSS content property */
.element::before {
content: "\000C7B"; /* 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=%E0%B1%BB
MD5:
166c5161e0b1abc5e1daa5108711081e
SHA1:
7735e76456b9f7dd4e2f5a5ac3a8054d316ee3d8
Base64:
4LG7