C:
char c = '\u1479';
printf("%c\n", c); // Output: ᑹ
JavaScript:
const char = '\u1479';
console.log(char); // Output: ᑹ
Java:
char c = '\u1479';
System.out.println(c); // Output: ᑹ
JSON:
{"text": "\u1479"} // Value: ᑹ
Python:
char = '\u1479'
print(char) # Output: ᑹ
Perl:
my $char = "\x{1479}";
print $char; # Output: ᑹ
PHP:
$char = "\x{1479}";
echo $char; // Output: ᑹ
Ruby:
char = "\u{1479}"
puts char # Output: ᑹ
Rust:
let c = '\u{1479}';
println!("{}", c); // Output: ᑹ
Go:
char := '\u1479'
fmt.Printf("%c\n", char) // Output: ᑹ
CSS:
/* CSS content property */
.element::before {
content: "\001479"; /* 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%91%B9
MD5:
a31f3a13912af86abd57e521c8901f16
SHA1:
0eddb56c5550286dfce7e998ac9343b6e3c17523
Base64:
4ZG5