C:
char c = '\u3077';
printf("%c\n", c); // Output: ぷ
JavaScript:
const char = '\u3077';
console.log(char); // Output: ぷ
Java:
char c = '\u3077';
System.out.println(c); // Output: ぷ
JSON:
{"text": "\u3077"} // Value: ぷ
Python:
char = '\u3077'
print(char) # Output: ぷ
Perl:
my $char = "\x{3077}";
print $char; # Output: ぷ
PHP:
$char = "\x{3077}";
echo $char; // Output: ぷ
Ruby:
char = "\u{3077}"
puts char # Output: ぷ
Rust:
let c = '\u{3077}';
println!("{}", c); // Output: ぷ
Go:
char := '\u3077'
fmt.Printf("%c\n", char) // Output: ぷ
CSS:
/* CSS content property */
.element::before {
content: "\003077"; /* 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=%E3%81%B7
MD5:
1ddda96e9377808b7d08563b946aafc0
SHA1:
224fecb1629367ba76d68b84453ec418074c0fa2
Base64:
44G3