C:
char c = '\u107B';
printf("%c\n", c); // Output: ၻ
JavaScript:
const char = '\u107B';
console.log(char); // Output: ၻ
Java:
char c = '\u107B';
System.out.println(c); // Output: ၻ
JSON:
{"text": "\u107B"} // Value: ၻ
Python:
char = '\u107B'
print(char) # Output: ၻ
Perl:
my $char = "\x{107B}";
print $char; # Output: ၻ
PHP:
$char = "\x{107B}";
echo $char; // Output: ၻ
Ruby:
char = "\u{107B}"
puts char # Output: ၻ
Rust:
let c = '\u{107B}';
println!("{}", c); // Output: ၻ
Go:
char := '\u107B'
fmt.Printf("%c\n", char) // Output: ၻ
CSS:
/* CSS content property */
.element::before {
content: "\00107B"; /* 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=%E1%81%BB
MD5:
1d6d7295034949de3254de351a1a2cf3
SHA1:
07db7285b23b778d3c1c6e49c1cdc5d207ab08fd
Base64:
4YG7