Unicode Finder

"ꚹ" U+A6B9(BAMUM LETTER SEUX)

U+A6B9
ブロック名
Bamum
名前
BAMUM LETTER SEUX

Programming

C
\uA6B9
JavaScript
\uA6B9
Java
\uA6B9
Json
\uA6B9
Python
\uA6B9
Perl
\x{A6B9}
PHP
\x{A6B9}
Ruby
\u{A6B9}
Rust
\u{A6B9}
Go
\uA6B9

Web

CSS
\00A6B9
HtmlDecimal
ꚹ
HtmlHexadecimal
ꚹ
Url
%EA%9A%B9

Code

MD5
c9178d5aec5cb6c24c063ed6a81f8de3
Sha1
acf2c674aa107a2663a00e279fdf826c23c2fb36
Base64
6pq5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA6B9';
console.log(char);  // Output: ꚹ

Java:

char c = '\uA6B9';
System.out.println(c);  // Output: ꚹ

JSON:

{"text": "\uA6B9"}  // Value: ꚹ

Python:

char = '\uA6B9'
print(char)  # Output: ꚹ

Perl:

my $char = "\x{A6B9}";
print $char;  # Output: ꚹ

PHP:

$char = "\x{A6B9}";
echo $char;  // Output: ꚹ

Ruby:

char = "\u{A6B9}"
puts char  # Output: ꚹ

Rust:

let c = '\u{A6B9}';
println!("{}", c);  // Output: ꚹ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A6B9";  /* Display: ꚹ */
}

HTML Decimal:

<p>HTML decimal: &#42681;</p>  <!-- Display: ꚹ -->

HTML Hexadecimal:

<p>HTML hex: &#xA6B9;</p>  <!-- Display: ꚹ -->

URL Encoding:

// ꚹ URL encoding
https://unicodefinder.com/search.php?query=%EA%9A%B9

Encodings

MD5:

c9178d5aec5cb6c24c063ed6a81f8de3

SHA1:

acf2c674aa107a2663a00e279fdf826c23c2fb36

Base64:

6pq5