C:
char c = '\u609B';
printf("%c\n", c); // Output: 悛
JavaScript:
const char = '\u609B';
console.log(char); // Output: 悛
Java:
char c = '\u609B';
System.out.println(c); // Output: 悛
JSON:
{"text": "\u609B"} // Value: 悛
Python:
char = '\u609B'
print(char) # Output: 悛
Perl:
my $char = "\x{609B}";
print $char; # Output: 悛
PHP:
$char = "\x{609B}";
echo $char; // Output: 悛
Ruby:
char = "\u{609B}"
puts char # Output: 悛
Rust:
let c = '\u{609B}';
println!("{}", c); // Output: 悛
Go:
char := '\u609B'
fmt.Printf("%c\n", char) // Output: 悛
CSS:
/* CSS content property */
.element::before {
content: "\00609B"; /* 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%82%9B
MD5:
a79150fdfb90ad28b1e8428f8ae17566
SHA1:
ad7f4d9bf4f632e1b0896292bae2fd1251db61df
Base64:
5oKb