C:
char c = '\u3017';
printf("%c\n", c); // Output: 〗
JavaScript:
const char = '\u3017';
console.log(char); // Output: 〗
Java:
char c = '\u3017';
System.out.println(c); // Output: 〗
JSON:
{"text": "\u3017"} // Value: 〗
Python:
char = '\u3017'
print(char) # Output: 〗
Perl:
my $char = "\x{3017}";
print $char; # Output: 〗
PHP:
$char = "\x{3017}";
echo $char; // Output: 〗
Ruby:
char = "\u{3017}"
puts char # Output: 〗
Rust:
let c = '\u{3017}';
println!("{}", c); // Output: 〗
Go:
char := '\u3017'
fmt.Printf("%c\n", char) // Output: 〗
CSS:
/* CSS content property */
.element::before {
content: "\003017"; /* 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%80%97
MD5:
f67348a1954cbbc2688bab785e0c38c9
SHA1:
fd1f53df6f45dc20a85b252de13df0d8cb019663
Base64:
44CX