C:
char c = '\u1035';
printf("%c\n", c); // Output: ဵ
JavaScript:
const char = '\u1035';
console.log(char); // Output: ဵ
Java:
char c = '\u1035';
System.out.println(c); // Output: ဵ
JSON:
{"text": "\u1035"} // Value: ဵ
Python:
char = '\u1035'
print(char) # Output: ဵ
Perl:
my $char = "\x{1035}";
print $char; # Output: ဵ
PHP:
$char = "\x{1035}";
echo $char; // Output: ဵ
Ruby:
char = "\u{1035}"
puts char # Output: ဵ
Rust:
let c = '\u{1035}';
println!("{}", c); // Output: ဵ
Go:
char := '\u1035'
fmt.Printf("%c\n", char) // Output: ဵ
CSS:
/* CSS content property */
.element::before {
content: "\001035"; /* 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%80%B5
MD5:
7d60299c1b583f555af511850560ee1d
SHA1:
939e6803b8c7f4868c6d3cfe8874ecaeed9dd11b
Base64:
4YC1