C:
char c = '\u1837';
printf("%c\n", c); // Output: ᠷ
JavaScript:
const char = '\u1837';
console.log(char); // Output: ᠷ
Java:
char c = '\u1837';
System.out.println(c); // Output: ᠷ
JSON:
{"text": "\u1837"} // Value: ᠷ
Python:
char = '\u1837'
print(char) # Output: ᠷ
Perl:
my $char = "\x{1837}";
print $char; # Output: ᠷ
PHP:
$char = "\x{1837}";
echo $char; // Output: ᠷ
Ruby:
char = "\u{1837}"
puts char # Output: ᠷ
Rust:
let c = '\u{1837}';
println!("{}", c); // Output: ᠷ
Go:
char := '\u1837'
fmt.Printf("%c\n", char) // Output: ᠷ
CSS:
/* CSS content property */
.element::before {
content: "\001837"; /* 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%A0%B7
MD5:
6bec2893f48d3ce407506fba6434886d
SHA1:
ba3fcddd6c8d1a72098d120d9f12ec2b77b76bb2
Base64:
4aC3