C:
char c = '\u681A';
printf("%c\n", c); // Output: 栚
JavaScript:
const char = '\u681A';
console.log(char); // Output: 栚
Java:
char c = '\u681A';
System.out.println(c); // Output: 栚
JSON:
{"text": "\u681A"} // Value: 栚
Python:
char = '\u681A'
print(char) # Output: 栚
Perl:
my $char = "\x{681A}";
print $char; # Output: 栚
PHP:
$char = "\x{681A}";
echo $char; // Output: 栚
Ruby:
char = "\u{681A}"
puts char # Output: 栚
Rust:
let c = '\u{681A}';
println!("{}", c); // Output: 栚
Go:
char := '\u681A'
fmt.Printf("%c\n", char) // Output: 栚
CSS:
/* CSS content property */
.element::before {
content: "\00681A"; /* 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%A0%9A
MD5:
f6ed38ea8e60a48ddb9e8e7ab71e9aa4
SHA1:
2efe533e7dcfed2594e3795281de4ed8cf7bebd6
Base64:
5qCa