C:
char c = '\u30FB';
printf("%c\n", c); // Output: ・
JavaScript:
const char = '\u30FB';
console.log(char); // Output: ・
Java:
char c = '\u30FB';
System.out.println(c); // Output: ・
JSON:
{"text": "\u30FB"} // Value: ・
Python:
char = '\u30FB'
print(char) # Output: ・
Perl:
my $char = "\x{30FB}";
print $char; # Output: ・
PHP:
$char = "\x{30FB}";
echo $char; // Output: ・
Ruby:
char = "\u{30FB}"
puts char # Output: ・
Rust:
let c = '\u{30FB}';
println!("{}", c); // Output: ・
Go:
char := '\u30FB'
fmt.Printf("%c\n", char) // Output: ・
CSS:
/* CSS content property */
.element::before {
content: "\0030FB"; /* 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%83%BB
MD5:
bcc92fca9dcc51e6680a84b4cab5f12f
SHA1:
e2b902230d418f97484530ce8ecda6d237f4cc57
Base64:
44O7