C:
char c = '\u623B';
printf("%c\n", c); // Output: 戻
JavaScript:
const char = '\u623B';
console.log(char); // Output: 戻
Java:
char c = '\u623B';
System.out.println(c); // Output: 戻
JSON:
{"text": "\u623B"} // Value: 戻
Python:
char = '\u623B'
print(char) # Output: 戻
Perl:
my $char = "\x{623B}";
print $char; # Output: 戻
PHP:
$char = "\x{623B}";
echo $char; // Output: 戻
Ruby:
char = "\u{623B}"
puts char # Output: 戻
Rust:
let c = '\u{623B}';
println!("{}", c); // Output: 戻
Go:
char := '\u623B'
fmt.Printf("%c\n", char) // Output: 戻
CSS:
/* CSS content property */
.element::before {
content: "\00623B"; /* 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=%E6%88%BB
MD5:
59ac32059cbaa420f44ae588e9e6b469
SHA1:
b575c92b57d863858a59f0683536cfa8c1d2b517
Base64:
5oi7