C:
char c = '\u1377';
printf("%c\n", c); // Output: ፷
JavaScript:
const char = '\u1377';
console.log(char); // Output: ፷
Java:
char c = '\u1377';
System.out.println(c); // Output: ፷
JSON:
{"text": "\u1377"} // Value: ፷
Python:
char = '\u1377'
print(char) # Output: ፷
Perl:
my $char = "\x{1377}";
print $char; # Output: ፷
PHP:
$char = "\x{1377}";
echo $char; // Output: ፷
Ruby:
char = "\u{1377}"
puts char # Output: ፷
Rust:
let c = '\u{1377}';
println!("{}", c); // Output: ፷
Go:
char := '\u1377'
fmt.Printf("%c\n", char) // Output: ፷
CSS:
/* CSS content property */
.element::before {
content: "\001377"; /* 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%8D%B7
MD5:
c231c782139359877078916008ef44b5
SHA1:
741f8fe8244575e283b71a0f4e46c8377c0ddd7d
Base64:
4Y23