Unicode Finder

"槚" U+69DA(CJK UNIFIED IDEOGRAPH-69DA)

U+69DA
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-69DA

Programming

C
\u69DA
JavaScript
\u69DA
Java
\u69DA
Json
\u69DA
Python
\u69DA
Perl
\x{69DA}
PHP
\x{69DA}
Ruby
\u{69DA}
Rust
\u{69DA}
Go
\u69DA

Web

CSS
\0069DA
HtmlDecimal
槚
HtmlHexadecimal
槚
Url
%E6%A7%9A

Code

MD5
ac909246b5824aba7c9486151c38e3e1
Sha1
3ae49d886c8df0b8d61e3b0a1e25e7fb867324f9
Base64
5qea

使用示例

Programming Languages

C:

char c = '\u69DA';
printf("%c\n", c);  // Output: 槚

JavaScript:

const char = '\u69DA';
console.log(char);  // Output: 槚

Java:

char c = '\u69DA';
System.out.println(c);  // Output: 槚

JSON:

{"text": "\u69DA"}  // Value: 槚

Python:

char = '\u69DA'
print(char)  # Output: 槚

Perl:

my $char = "\x{69DA}";
print $char;  # Output: 槚

PHP:

$char = "\x{69DA}";
echo $char;  // Output: 槚

Ruby:

char = "\u{69DA}"
puts char  # Output: 槚

Rust:

let c = '\u{69DA}';
println!("{}", c);  // Output: 槚

Go:

char := '\u69DA'
fmt.Printf("%c\n", char)  // Output: 槚

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0069DA";  /* Display: 槚 */
}

HTML Decimal:

<p>HTML decimal: &#27098;</p>  <!-- Display: 槚 -->

HTML Hexadecimal:

<p>HTML hex: &#x69DA;</p>  <!-- Display: 槚 -->

URL Encoding:

// 槚 URL encoding
https://unicodefinder.com/search.php?query=%E6%A7%9A

Encodings

MD5:

ac909246b5824aba7c9486151c38e3e1

SHA1:

3ae49d886c8df0b8d61e3b0a1e25e7fb867324f9

Base64:

5qea