Unicode Finder

"槸" U+69F8(CJK UNIFIED IDEOGRAPH-69F8)

U+69F8
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-69F8

Programming

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

Web

CSS
\0069F8
HtmlDecimal
槸
HtmlHexadecimal
槸
Url
%E6%A7%B8

Code

MD5
1dcbfbf33fcce73db4ae49d1310d4647
Sha1
1536ae452f05cb9223dbfb1fc6747e1d7a9c62ba
Base64
5qe4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69F8';
console.log(char);  // Output: 槸

Java:

char c = '\u69F8';
System.out.println(c);  // Output: 槸

JSON:

{"text": "\u69F8"}  // Value: 槸

Python:

char = '\u69F8'
print(char)  # Output: 槸

Perl:

my $char = "\x{69F8}";
print $char;  # Output: 槸

PHP:

$char = "\x{69F8}";
echo $char;  // Output: 槸

Ruby:

char = "\u{69F8}"
puts char  # Output: 槸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27128;</p>  <!-- Display: 槸 -->

HTML Hexadecimal:

<p>HTML hex: &#x69F8;</p>  <!-- Display: 槸 -->

URL Encoding:

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

Encodings

MD5:

1dcbfbf33fcce73db4ae49d1310d4647

SHA1:

1536ae452f05cb9223dbfb1fc6747e1d7a9c62ba

Base64:

5qe4