C:
char c = '\u1536';
printf("%c\n", c); // Output: ᔶ
JavaScript:
const char = '\u1536';
console.log(char); // Output: ᔶ
Java:
char c = '\u1536';
System.out.println(c); // Output: ᔶ
JSON:
{"text": "\u1536"} // Value: ᔶ
Python:
char = '\u1536'
print(char) # Output: ᔶ
Perl:
my $char = "\x{1536}";
print $char; # Output: ᔶ
PHP:
$char = "\x{1536}";
echo $char; // Output: ᔶ
Ruby:
char = "\u{1536}"
puts char # Output: ᔶ
Rust:
let c = '\u{1536}';
println!("{}", c); // Output: ᔶ
Go:
char := '\u1536'
fmt.Printf("%c\n", char) // Output: ᔶ
CSS:
/* CSS content property */
.element::before {
content: "\001536"; /* 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%94%B6
MD5:
1099a3b06e1addca6b8bb37dec10fb6d
SHA1:
61a46264076c2072c20e9d6ac56a3caeecce5ad8
Base64:
4ZS2