Unicode Finder

"槹" U+69F9(CJK UNIFIED IDEOGRAPH-69F9)

U+69F9
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-69F9

Programming

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

Web

CSS
\0069F9
HtmlDecimal
槹
HtmlHexadecimal
槹
Url
%E6%A7%B9

Code

MD5
77d4c2029b053428dffccdff5bf702ff
Sha1
4900252af6fb86a2db62678018cd21ad1e56992a
Base64
5qe5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u69F9';
console.log(char);  // Output: 槹

Java:

char c = '\u69F9';
System.out.println(c);  // Output: 槹

JSON:

{"text": "\u69F9"}  // Value: 槹

Python:

char = '\u69F9'
print(char)  # Output: 槹

Perl:

my $char = "\x{69F9}";
print $char;  # Output: 槹

PHP:

$char = "\x{69F9}";
echo $char;  // Output: 槹

Ruby:

char = "\u{69F9}"
puts char  # Output: 槹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27129;</p>  <!-- Display: 槹 -->

HTML Hexadecimal:

<p>HTML hex: &#x69F9;</p>  <!-- Display: 槹 -->

URL Encoding:

// 槹 URL encoding
https://unicodefinder.com/search.php?query=%E6%A7%B9

Encodings

MD5:

77d4c2029b053428dffccdff5bf702ff

SHA1:

4900252af6fb86a2db62678018cd21ad1e56992a

Base64:

5qe5