C:
char c = '\u0FB8';
printf("%c\n", c); // Output: ྸ
JavaScript:
const char = '\u0FB8';
console.log(char); // Output: ྸ
Java:
char c = '\u0FB8';
System.out.println(c); // Output: ྸ
JSON:
{"text": "\u0FB8"} // Value: ྸ
Python:
char = '\u0FB8'
print(char) # Output: ྸ
Perl:
my $char = "\x{0FB8}";
print $char; # Output: ྸ
PHP:
$char = "\x{0FB8}";
echo $char; // Output: ྸ
Ruby:
char = "\u{0FB8}"
puts char # Output: ྸ
Rust:
let c = '\u{FB8}';
println!("{}", c); // Output: ྸ
Go:
char := '\u0FB8'
fmt.Printf("%c\n", char) // Output: ྸ
CSS:
/* CSS content property */
.element::before {
content: "\000FB8"; /* 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%BE%B8
MD5:
8925f4c7437261145e41e16b0963895c
SHA1:
2a665eba609a20be2e2409f96d1878cde55dd9bb
Base64:
4L64