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